BAA-Studios / MOOgiwara

A multiplayer online browser ONE PIECE TCG simulator
GNU Affero General Public License v3.0
29 stars 8 forks source link

[TODO] Canceling Game Queue #72

Open Bratah123 opened 1 year ago

Bratah123 commented 1 year ago

Abstract

Implement a way for users to cancel a queue that they started. The cancel button could be implemented within the LOADING... Button.

Details

Possibly delay the queue packet being sent to the server when the START button is pressed, which allows the user to have some time to cancel (client-sided cancellation).

AND

Implement a FOUND MATCH decision, like in esports to accept/decline a match found.

Tasks