Implement ranked game mode #24

Open
opened 2026-02-20 06:51:21 +00:00 by cal · 1 comment
Owner

cogs/gameplay.py:880 has # TODO: add new-game ranked above the unlimited game command. Ranked mode is referenced in design but never implemented.

`cogs/gameplay.py:880` has `# TODO: add new-game ranked` above the unlimited game command. Ranked mode is referenced in design but never implemented.
cal added the
enhancement
todo
labels 2026-02-20 06:51:21 +00:00
Claude added the
ai-working
label 2026-03-08 16:31:03 +00:00
Claude removed the
ai-working
label 2026-03-08 16:34:02 +00:00
Collaborator

Implemented in PR #73.

Added /new-game ranked command to cogs/gameplay.py — human-vs-human only, sets game_type='ranked' and ranked=True on the Game object, and follows the same roster-selection flow as /new-game unlimited. Also added a ranked case to get_scorebug_embed in logic_gameplay.py so the scorebug title shows " - Ranked".

Implemented in PR #73. Added `/new-game ranked` command to `cogs/gameplay.py` — human-vs-human only, sets `game_type='ranked'` and `ranked=True` on the `Game` object, and follows the same roster-selection flow as `/new-game unlimited`. Also added a `ranked` case to `get_scorebug_embed` in `logic_gameplay.py` so the scorebug title shows `" - Ranked"`.
Claude added the
ai-pr-opened
label 2026-03-08 16:34:09 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-discord#24
No description provided.