README.md
pyproject.toml
mahjong/__init__.py
mahjong/__main__.py
mahjong/cli.py
mahjong/core/__init__.py
mahjong/core/hand.py
mahjong/core/meld.py
mahjong/core/player_state.py
mahjong/core/tile.py
mahjong/core/wall.py
mahjong/engine/__init__.py
mahjong/engine/action.py
mahjong/engine/event.py
mahjong/engine/game.py
mahjong/engine/game_logger.py
mahjong/engine/round.py
mahjong/player/__init__.py
mahjong/player/base.py
mahjong/player/greedy_ai.py
mahjong/player/human.py
mahjong/rules/__init__.py
mahjong/rules/agari.py
mahjong/rules/fu.py
mahjong/rules/furiten.py
mahjong/rules/sanma_rules.py
mahjong/rules/scoring.py
mahjong/rules/shanten.py
mahjong/rules/yaku.py
mahjong/ui/__init__.py
mahjong/ui/board_layout.py
mahjong/ui/i18n.py
mahjong/ui/input_handler.py
mahjong/ui/renderer.py
mahjong/ui/tile_display.py
mahjong/ui/locales/__init__.py
mahjong/ui/locales/en.py
mahjong/ui/locales/ja.py
mahjong/ui/locales/zh.py
riichi_mahjong_cli.egg-info/PKG-INFO
riichi_mahjong_cli.egg-info/SOURCES.txt
riichi_mahjong_cli.egg-info/dependency_links.txt
riichi_mahjong_cli.egg-info/entry_points.txt
riichi_mahjong_cli.egg-info/requires.txt
riichi_mahjong_cli.egg-info/top_level.txt
tests/test_agari.py
tests/test_fu.py
tests/test_furiten.py
tests/test_game.py
tests/test_greedy_ai.py
tests/test_hand.py
tests/test_round.py
tests/test_scoring.py
tests/test_shanten.py
tests/test_tile.py
tests/test_wall.py
tests/test_yaku.py