LICENSE
README.md
pyproject.toml
src/flop7/__init__.py
src/flop7/__main__.py
src/flop7/cli.py
src/flop7.egg-info/PKG-INFO
src/flop7.egg-info/SOURCES.txt
src/flop7.egg-info/dependency_links.txt
src/flop7.egg-info/entry_points.txt
src/flop7.egg-info/requires.txt
src/flop7.egg-info/top_level.txt
src/flop7/app/orchestrator.py
src/flop7/app/prompt.py
src/flop7/app/nodes/__init__.py
src/flop7/app/nodes/base.py
src/flop7/app/nodes/game.py
src/flop7/app/nodes/home.py
src/flop7/app/nodes/setup.py
src/flop7/app/nodes/simulate.py
src/flop7/bot/base.py
src/flop7/bot/controller.py
src/flop7/bot/knowledge.py
src/flop7/bot/registry.py
src/flop7/bot/utils.py
src/flop7/bot/models/basic.py
src/flop7/bot/models/omniscient.py
src/flop7/core/__init__.py
src/flop7/core/classes/__init__.py
src/flop7/core/classes/cards.py
src/flop7/core/classes/deck.py
src/flop7/core/classes/player.py
src/flop7/core/engine/__init__.py
src/flop7/core/engine/actions.py
src/flop7/core/engine/engine.py
src/flop7/core/engine/requests.py
src/flop7/core/enum/decisions.py
src/flop7/core/enum/event.py
src/flop7/core/protocols/actions.py
src/flop7/core/protocols/decisions.py
src/flop7/core/protocols/modifier.py
src/flop7/simulation/__init__.py
src/flop7/simulation/config.py
src/flop7/simulation/results.py
src/flop7/simulation/runner.py
src/flop7/simulation/trackers/__init__.py
src/flop7/simulation/trackers/base.py
src/flop7/simulation/trackers/bust.py
src/flop7/simulation/trackers/flip7.py
src/flop7/simulation/trackers/opening_freeze.py
src/flop7/tui/__init__.py
src/flop7/tui/app.py
src/flop7/tui/components/build.py
src/flop7/tui/components/card_border.txt
src/flop7/tui/components/numbers.txt
src/flop7/tui/components/cards/+10.txt
src/flop7/tui/components/cards/+2.txt
src/flop7/tui/components/cards/+4.txt
src/flop7/tui/components/cards/+6.txt
src/flop7/tui/components/cards/+8.txt
src/flop7/tui/components/cards/0.txt
src/flop7/tui/components/cards/1.txt
src/flop7/tui/components/cards/10.txt
src/flop7/tui/components/cards/11.txt
src/flop7/tui/components/cards/12.txt
src/flop7/tui/components/cards/2.txt
src/flop7/tui/components/cards/3.txt
src/flop7/tui/components/cards/4.txt
src/flop7/tui/components/cards/5.txt
src/flop7/tui/components/cards/6.txt
src/flop7/tui/components/cards/7.txt
src/flop7/tui/components/cards/8.txt
src/flop7/tui/components/cards/9.txt
src/flop7/tui/components/cards/F3.txt
src/flop7/tui/components/cards/FZ.txt
src/flop7/tui/components/cards/SC.txt
src/flop7/tui/components/cards/x2.txt
src/flop7/tui/screens/__init__.py
src/flop7/tui/screens/game.py
src/flop7/tui/screens/home.py
src/flop7/tui/screens/simulate.py
src/flop7/tui/widgets/__init__.py
src/flop7/tui/widgets/card_detail.py
src/flop7/tui/widgets/command_bar.py
src/flop7/tui/widgets/player_list.py
tests/test_cli.py
tests/test_package.py