LICENSE
README.md
pyproject.toml
pyriichi/__init__.py
pyriichi/enum_utils.py
pyriichi/errors.py
pyriichi/game_state.py
pyriichi/hand.py
pyriichi/player.py
pyriichi/rules.py
pyriichi/rules_config.py
pyriichi/scoring.py
pyriichi/tiles.py
pyriichi/utils.py
pyriichi/yaku.py
pyriichi.egg-info/PKG-INFO
pyriichi.egg-info/SOURCES.txt
pyriichi.egg-info/dependency_links.txt
pyriichi.egg-info/requires.txt
pyriichi.egg-info/top_level.txt
tests/test_demo_ui.py
tests/test_errors.py
tests/test_game_state.py
tests/test_hand.py
tests/test_integration.py
tests/test_player.py
tests/test_rule_action_availability.py
tests/test_rule_action_execution.py
tests/test_rule_dora.py
tests/test_rule_engine_core.py
tests/test_rule_furiten.py
tests/test_rule_game_end.py
tests/test_rule_kan.py
tests/test_rule_multiple_ron.py
tests/test_rule_pao.py
tests/test_rule_riichi.py
tests/test_rule_round_settlement.py
tests/test_rule_ryuukyoku.py
tests/test_rule_scoring_selection.py
tests/test_rule_tenpai_hint.py
tests/test_rule_win_context.py
tests/test_scoring.py
tests/test_tiles.py
tests/test_utils.py
tests/test_yaku.py