mantimon-tcg/backend
Cal Corum 35bb001292 Add interactive console testing script for manual testing
Provides a ready-to-use REPL environment with:
- Pre-configured game state with two players and active Pokemon
- Sample card definitions (Pikachu, Charmander, Bulbasaur, Potion, Energy)
- Helper functions: make_ctx(), reset_game(), show_board()
- All imports ready (effects, models, config, RNG)

Usage: cd backend && uv run python -i references/console_testing.py
2026-01-25 00:52:35 -06:00
..
app Add effects system with configurable weakness/resistance 2026-01-25 00:25:38 -06:00
references Add interactive console testing script for manual testing 2026-01-25 00:52:35 -06:00
tests Add effects system with configurable weakness/resistance 2026-01-25 00:25:38 -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 Add effects system with configurable weakness/resistance 2026-01-25 00:25:38 -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