LICENSE
README.md
pyproject.toml
bop/__init__.py
bop/__main__.py
bop/ai.py
bop/battle_round.py
bop/card.py
bop/cli.py
bop/deck.py
bop/game.py
bop/install.py
bop/match.py
bop/procession.py
bop/stats.py
bop/transition.py
bop/trick.py
bop/ui/__init__.py
bop/ui/colors.py
bop/ui/intro.py
bop/ui/prompts.py
bop/ui/render.py
bop/ui/setup.py
bop/ui/tutorial.py
bop_chess.egg-info/PKG-INFO
bop_chess.egg-info/SOURCES.txt
bop_chess.egg-info/dependency_links.txt
bop_chess.egg-info/entry_points.txt
bop_chess.egg-info/requires.txt
bop_chess.egg-info/top_level.txt
tests/test_ai.py
tests/test_battle_round.py
tests/test_card.py
tests/test_deck.py
tests/test_game.py
tests/test_match.py
tests/test_procession.py
tests/test_setup.py
tests/test_transition.py
tests/test_trick.py
tests/test_ui.py