-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Casual & Ranked game modes #1660
Copy link
Copy link
Open
Labels
BackendServer-side features and systems - lobbies, matchmaking, accounts, APIs, etc.Server-side features and systems - lobbies, matchmaking, accounts, APIs, etc.approvedApproved for a PR, if you assigned to the issue.Approved for a PR, if you assigned to the issue.
Milestone
Metadata
Metadata
Assignees
Labels
BackendServer-side features and systems - lobbies, matchmaking, accounts, APIs, etc.Server-side features and systems - lobbies, matchmaking, accounts, APIs, etc.approvedApproved for a PR, if you assigned to the issue.Approved for a PR, if you assigned to the issue.
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Triage
In the GameConfig, add another field to determine if game is casual or ranked.
Casual is like the lobbies we have currently, anyone can join. Ranked requires login to join. And then we can slowly start increasing the number of ranked games in the multiplayer lobbies.
This should also be a setting for private lobbies. This way you can enforce people must be logged in to join a game.