MANIFEST.in
README.md
pyproject.toml
src/hexgame/__init__.py
src/hexgame/__main__.py
src/hexgame/client_safety.py
src/hexgame/gui_client.py
src/hexgame/hex_engine.py
src/hexgame/model_client.py
src/hexgame/random_client.py
src/hexgame/run_pair.sh
src/hexgame.egg-info/PKG-INFO
src/hexgame.egg-info/SOURCES.txt
src/hexgame.egg-info/dependency_links.txt
src/hexgame.egg-info/entry_points.txt
src/hexgame.egg-info/requires.txt
src/hexgame.egg-info/top_level.txt
src/hexgame/models/__init__.py
src/hexgame/models/model_first.py
src/hexgame/models/model_random.py