LICENSE.txt
README.md
pyproject.toml
setup.py
src/fights/__init__.py
src/fights/base.py
src/fights.egg-info/PKG-INFO
src/fights.egg-info/SOURCES.txt
src/fights.egg-info/dependency_links.txt
src/fights.egg-info/requires.txt
src/fights.egg-info/top_level.txt
src/fights/envs/__init__.py
src/fights/envs/othello.py
src/fights/envs/othello_cythonfn.c
src/fights/envs/othello_cythonfn.pyi
src/fights/envs/othello_cythonfn.pyx
src/fights/envs/puoribor.py
src/fights/envs/puoribor_cython.c
src/fights/envs/puoribor_cython.pyi
src/fights/envs/puoribor_cython.pyx
src/fights/envs/quoridor.py
src/fights/envs/quoridor_cython.c
src/fights/envs/quoridor_cython.pyi
src/fights/envs/quoridor_cython.pyx
tests/test_othello_env.py
tests/test_othello_state.py
tests/test_puoribor_env.py
tests/test_puoribor_state.py
tests/test_quoridor_env.py
tests/test_quoridor_state.py