LICENSE
MANIFEST.in
README.md
pyproject.toml
src/chatgame/__init__.py
src/chatgame/api.py
src/chatgame/cli.py
src/chatgame.egg-info/PKG-INFO
src/chatgame.egg-info/SOURCES.txt
src/chatgame.egg-info/dependency_links.txt
src/chatgame.egg-info/entry_points.txt
src/chatgame.egg-info/requires.txt
src/chatgame.egg-info/top_level.txt
src/chatgame/games/__init__.py
src/chatgame/games/cow_puzzle/__init__.py
src/chatgame/games/cow_puzzle/__main__.py
src/chatgame/games/cow_puzzle/parse.py
src/chatgame/games/cow_puzzle/solver.py
src/chatgame/utils/__init__.py
src/chatgame/utils/image.py
src/chatgame/web/__init__.py
src/chatgame/web/build.py
src/chatgame/web/node.py
src/chatgame/web/paths.py
src/chatgame/web/serve.py
src/chatgame/web/setup.py
src/chatgame/web_static/.gitkeep
src/chatgame/web_static/favicon.svg
src/chatgame/web_static/icons.svg
src/chatgame/web_static/index.html
src/chatgame/web_static/assets/index-Cmhs9UHP.css
src/chatgame/web_static/assets/index-CyysrmQB.js
src/chatgame/web_static/examples/cow-puzzle-10.png
src/chatgame/web_static/examples/cow-puzzle-6.png
src/chatgame/web_static/examples/cow-puzzle-8.png
tests/test_version.py