mantimon-tcg/backend
Cal Corum f807a4a940 Add interactive game walkthrough script for engine demonstration
Creates a comprehensive interactive demo that walks through:
- Card definition creation
- Rules configuration
- Deck building
- Game initialization via GameEngine
- Setup phase with Basic Pokemon placement
- Full turn cycle (draw, main, attack, end phases)

Uses colored terminal output and 'press Enter' prompts for
step-by-step exploration of the core game engine.
2026-01-26 14:48:49 -06:00
..
app Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
references Add interactive game walkthrough script for engine demonstration 2026-01-26 14:48:49 -06:00
tests Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
.gitignore Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
.python-version Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
PROJECT_PLAN.json Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
pyproject.toml Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
uv.lock Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00