Added documentation for 8 X-Check testing and gameplay commands that were implemented but missing from the help system: X-Check Testing Commands: - roll_jump: Roll jump dice for stolen base testing - test_jump: Test jump roll distribution statistics - roll_fielding: Roll fielding check dice for X-Check defensive plays - test_fielding: Test fielding roll distribution Testing & Development: - test_location: Test hit location distribution - rollback: Roll back the last N plays Interrupt Plays: - force_wild_pitch: Force a wild pitch interrupt play - force_passed_ball: Force a passed ball interrupt play Changes: - help_text.py: Added new command categories to show_command_list() - "X-Check Testing" section with 4 dice testing commands - "Interrupt Plays" section with 2 force commands - Moved test_location and rollback to "Testing & Development" - help_text.py: Added detailed HELP_DATA entries for all 8 commands - Complete usage, options, examples, and notes for each - Includes dice component explanations and expected distributions Users can now run 'help' to see all commands or 'help <command>' for detailed information about X-Check testing features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| app | ||
| scripts | ||
| terminal_client | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| .python-version | ||
| CLAUDE.md | ||
| clean_test_data.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| mypy.ini | ||
| pyproject.toml | ||
| pyrightconfig.json | ||
| pytest.ini | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| test_db_playground.py | ||
| test_pd_api_live.py | ||
| test_pd_api_mock.py | ||
| test_redis_cache.py | ||
| uv.lock | ||
Paper Dynasty Backend
FastAPI-based real-time baseball game engine with WebSocket support.
Quick Start
# Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv sync
# Run server
uv run python -m app.main
Documentation
See CLAUDE.md for full documentation.