LICENCE.txt
MANIFEST.in
README.rst
ez_setup.py
setup.py
docs/build/html/_sources/index.txt
docs/source/crash_course.rst
docs/source/get_started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/ref.rst
docs/source/examples/examples.rst
docs/source/examples/games.rst
docs/source/examples/quick_example.rst
docs/source/examples/speedup.rst
easyAI/Player.py
easyAI/TwoPlayersGame.py
easyAI/__init__.py
easyAI.egg-info/PKG-INFO
easyAI.egg-info/SOURCES.txt
easyAI.egg-info/dependency_links.txt
easyAI.egg-info/top_level.txt
easyAI/AI/DictTT.py
easyAI/AI/Negamax.py
easyAI/AI/__init__.py
easyAI/AI/solving.py
easyAI/games/Awele.py
easyAI/games/ConnectFour.py
easyAI/games/Cram.py
easyAI/games/GameOfBones.py
easyAI/games/Hexapawn.py
easyAI/games/Knights.py
easyAI/games/Nim.py
easyAI/games/Reversi.py
easyAI/games/ThreeMusketeers.py
easyAI/games/TicTacToe.py
easyAI/games/__init__.py