LICENSE
README.md
THIRD_PARTY_LICENSES.md
pyproject.toml
src/gym_bullet_chess/__init__.py
src/gym_bullet_chess/actions.py
src/gym_bullet_chess/clock.py
src/gym_bullet_chess/constants.py
src/gym_bullet_chess/env.py
src/gym_bullet_chess/llm.py
src/gym_bullet_chess/observation.py
src/gym_bullet_chess/opponents.py
src/gym_bullet_chess/renderer.py
src/gym_bullet_chess/wrappers.py
src/gym_bullet_chess.egg-info/PKG-INFO
src/gym_bullet_chess.egg-info/SOURCES.txt
src/gym_bullet_chess.egg-info/dependency_links.txt
src/gym_bullet_chess.egg-info/requires.txt
src/gym_bullet_chess.egg-info/top_level.txt
src/gym_bullet_chess/assets/ATTRIBUTION.md
src/gym_bullet_chess/assets/__init__.py
src/gym_bullet_chess/assets/bB.png
src/gym_bullet_chess/assets/bK.png
src/gym_bullet_chess/assets/bN.png
src/gym_bullet_chess/assets/bP.png
src/gym_bullet_chess/assets/bQ.png
src/gym_bullet_chess/assets/bR.png
src/gym_bullet_chess/assets/wB.png
src/gym_bullet_chess/assets/wK.png
src/gym_bullet_chess/assets/wN.png
src/gym_bullet_chess/assets/wP.png
src/gym_bullet_chess/assets/wQ.png
src/gym_bullet_chess/assets/wR.png
tests/test_actions.py
tests/test_clock.py
tests/test_env.py
tests/test_opponents.py
tests/test_rendering_and_assets.py
tests/test_wrappers_and_llm.py