Implement ranked game mode #24
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cogs/gameplay.py:880has# TODO: add new-game rankedabove the unlimited game command. Ranked mode is referenced in design but never implemented.Implemented in PR #73.
Added
/new-game rankedcommand tocogs/gameplay.py— human-vs-human only, setsgame_type='ranked'andranked=Trueon theGameobject, and follows the same roster-selection flow as/new-game unlimited. Also added arankedcase toget_scorebug_embedinlogic_gameplay.pyso the scorebug title shows" - Ranked".