CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/ap_games/__init__.py
src/ap_games/__main__.py
src/ap_games/ap_types.py
src/ap_games/cli.py
src/ap_games/config.ini
src/ap_games/log.py
src/ap_games/py.typed
src/ap_games.egg-info/PKG-INFO
src/ap_games.egg-info/SOURCES.txt
src/ap_games.egg-info/dependency_links.txt
src/ap_games.egg-info/entry_points.txt
src/ap_games.egg-info/not-zip-safe
src/ap_games.egg-info/requires.txt
src/ap_games.egg-info/top_level.txt
src/ap_games/game/__init__.py
src/ap_games/game/game_base.py
src/ap_games/game/py.typed
src/ap_games/game/reversi.py
src/ap_games/game/tictactoe.py
src/ap_games/gameboard/__init__.py
src/ap_games/gameboard/gameboard.py
src/ap_games/gameboard/py.typed
src/ap_games/player/__init__.py
src/ap_games/player/ai_player.py
src/ap_games/player/human_player.py
src/ap_games/player/player.py
src/ap_games/player/py.typed