Subterfuge-Revived / Remake-Backend

Server side validation and API
Creative Commons Zero v1.0 Universal
10 stars 1 forks source link

Rated Games Queue #13

Open Eliclax opened 4 years ago

Eliclax commented 4 years ago

Rated* Games (added as an issue as recommended)

  1. Listed games are all casual. When a player presses the single button "join rated queue", the server adds them into one of many queues.
  2. Each queue has a specific rating range. This can increase as time passes so that sparsely populated ranges aren't left waiting for too long.
  3. We can implement a client-side timer: "Rated game ETA: \<time>".
  4. You can't see the queue or map until the game starts. This also means no chatting.
  5. Everyone is anonymous during the game, but when it concludes everyone's identity is revealed.

*We can call these ranked, but in either case we should try to be as consistent as possible.

QuinnBast commented 4 years ago

I think this is a better fit for either backend or Core. Unity is just about the UI which we can display with a lobby of some sorts. I'd probably say this is a backend thing

Eliclax commented 4 years ago

Oh right sorry — I knew this but obviously didn't think about it when posting this issue. Is there soe way to move this issue there? Or should I open a new issue?

QuinnBast commented 4 years ago

Open the issue in the backend & Link to this one in your comment/description and then close this one

QuinnBast commented 4 years ago

Just kidding! There is a "Transfer Issue" button on the right side of the issue. I will do that