LICENSE.txt
README.md
pyproject.toml
setup.cfg
src/CGF.egg-info/PKG-INFO
src/CGF.egg-info/SOURCES.txt
src/CGF.egg-info/dependency_links.txt
src/CGF.egg-info/top_level.txt
src/CGFCore/BayesianGameFile.py
src/CGFCore/ComposedGameFile.py
src/CGFCore/GameFile.py
src/CGFCore/ImperfectInformationGame.py
src/CGFCore/NonZeroSumGameFile.py
src/CGFCore/SequentialGameFile.py
src/CGFCore/StochasticGameFile.py
src/CGFCore/ZeroSumGameFile.py
src/CGFCore/__init__.py
src/CGFCore/main.py
src/CGFCore/games/PrisonersDilemmaGame.py
src/CGFCore/games/__init__.py
src/CGFCore/games/variant1.py
src/CGFCore/games/variant2.py
src/CGFCore/games/variant3.py
src/CGFCore/games/variant4.py
src/CGFCore/games/variant5.py
src/CGFCore/opengameframework/OpenGames.py
src/CGFCore/opengameframework/__init__.py
src/CGFCore/opengameframework/deterministic.py
src/CGFCore/opengameframework/final.py
src/CGFCore/opengameframework/stochasticity.py
src/CGFCore/test/__init__.py
src/CGFCore/test/evaluate.py