paper-dynasty-discord/command_logic
Cal Corum 7a865f1fc8
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m16s
feat: implement ranked game mode (#24)
Adds `/new-game ranked` slash command for human-vs-human ranked games.
Sets `game_type='ranked'` and `ranked=True` on the Game model.
Also adds 'ranked' case to `get_scorebug_embed` so scorebug title
shows '- Ranked' instead of falling through to '- Unlimited'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 11:33:38 -05:00
..
__init__.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00
logic_gameplay.py feat: implement ranked game mode (#24) 2026-03-08 11:33:38 -05:00
play_context.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00