README.md
setup.py
notegame/__init__.py
notegame.egg-info/PKG-INFO
notegame.egg-info/SOURCES.txt
notegame.egg-info/dependency_links.txt
notegame.egg-info/requires.txt
notegame.egg-info/top_level.txt
notegame/games/__init__.py
notegame/games/nonogram/__init__.py
notegame/games/nonogram/main.py
notegame/games/nonogram/reader.py
notegame/games/nonogram/core/__init__.py
notegame/games/nonogram/core/backtracking.py
notegame/games/nonogram/core/board.py
notegame/games/nonogram/core/color.py
notegame/games/nonogram/core/common.py
notegame/games/nonogram/core/propagation.py
notegame/games/nonogram/core/renderer.py
notegame/games/nonogram/example/__init__.py
notegame/games/nonogram/example/core.py
notegame/games/nonogram/solver/__init__.py
notegame/games/nonogram/solver/base.py
notegame/games/nonogram/solver/bgu.py
notegame/games/nonogram/solver/efficient.py
notegame/games/nonogram/solver/machine.py
notegame/games/nonogram/solver/simpson.py
notegame/games/nonogram/utils/__init__.py
notegame/games/nonogram/utils/cache.py
notegame/games/nonogram/utils/fsm.py
notegame/games/nonogram/utils/iter.py
notegame/games/nonogram/utils/other.py
notegame/games/nonogram/utils/priority_dict.py
notegame/games/sudoku/__init__.py
notegame/games/sudoku/core.py
notegame/games/topwar/__init__.py
notegame/games/topwar/action.py
notegame/games/topwar/entity.py
notegame/games/topwar/message.py
notegame/shumo/__init__.py
notegame/shumo/entity.py
notegame/shumo/load_data.py
notegame/utils/__init__.py
notegame/utils/auto_adb.py
notegame/utils/screeshot.py