.gitignore
LICENSE
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
src/animalchess/__init__.py
src/animalchess.egg-info/PKG-INFO
src/animalchess.egg-info/SOURCES.txt
src/animalchess.egg-info/dependency_links.txt
src/animalchess.egg-info/not-zip-safe
src/animalchess.egg-info/requires.txt
src/animalchess.egg-info/top_level.txt
src/animalchess/chess/__init__.py
src/animalchess/chess/board.py
src/animalchess/chess/pieces.py
src/animalchess/chess/player.py
src/animalchess/chess/utils.py
test/__init__.py
test/test_board.py
test/test_pieces.py
test/test_utils.py