LICENSE
README.md
pyproject.toml
src/fungame/__init__.py
src/fungame.egg-info/PKG-INFO
src/fungame.egg-info/SOURCES.txt
src/fungame.egg-info/dependency_links.txt
src/fungame.egg-info/top_level.txt
src/notegame/__init__.py
src/notegame/games/__init__.py
src/notegame/games/nonogram/__init__.py
src/notegame/games/nonogram/main.py
src/notegame/games/nonogram/reader.py
src/notegame/games/nonogram/core/__init__.py
src/notegame/games/nonogram/core/backtracking.py
src/notegame/games/nonogram/core/board.py
src/notegame/games/nonogram/core/color.py
src/notegame/games/nonogram/core/common.py
src/notegame/games/nonogram/core/propagation.py
src/notegame/games/nonogram/core/renderer.py
src/notegame/games/nonogram/example/__init__.py
src/notegame/games/nonogram/example/core.py
src/notegame/games/nonogram/solver/__init__.py
src/notegame/games/nonogram/solver/base.py
src/notegame/games/nonogram/solver/bgu.py
src/notegame/games/nonogram/solver/efficient.py
src/notegame/games/nonogram/solver/machine.py
src/notegame/games/nonogram/solver/simpson.py
src/notegame/games/nonogram/utils/__init__.py
src/notegame/games/nonogram/utils/cache.py
src/notegame/games/nonogram/utils/fsm.py
src/notegame/games/nonogram/utils/iter.py
src/notegame/games/nonogram/utils/other.py
src/notegame/games/nonogram/utils/priority_dict.py
src/notegame/games/sudoku/__init__.py
src/notegame/games/sudoku/core.py
src/notegame/games/topwar/__init__.py
src/notegame/games/topwar/main.py
src/notegame/games/topwar/test.py
src/notegame/games/topwar/action/__init__.py
src/notegame/games/topwar/action/core.py
src/notegame/games/topwar/core/__init__.py
src/notegame/games/topwar/core/db.py
src/notegame/games/topwar/entity/__init__.py
src/notegame/games/topwar/entity/base.py
src/notegame/games/topwar/entity/base_enum.py
src/notegame/games/topwar/entity/core.py
src/notegame/games/topwar/entity/request.py
src/notegame/games/topwar/entity/response.py
src/notegame/games/topwar/jobs/__init__.py
src/notegame/games/topwar/jobs/gift_code.py
src/notegame/games/topwar/server/__init__.py
src/notegame/games/topwar/server/action.py
src/notegame/games/topwar/server/job.py
src/notegame/games/topwar/server/message.py
src/notegame/games/topwar/utils/__init__.py
src/notegame/games/topwar/utils/core.py
src/notegame/shumo/__init__.py
src/notegame/shumo/entity.py
src/notegame/shumo/load_data.py
src/notegame/shumo/model.py
src/notegame/shumo/solution.py
src/notegame/utils/__init__.py
src/notegame/utils/auto_adb.py
src/notegame/utils/screeshot.py