powelli13 / dara-dots

Using Phaser 3 to implement a game idea I have.
MIT License
5 stars 2 forks source link

Improve game queues #11

Open powelli13 opened 3 years ago

powelli13 commented 3 years ago

The queues currently do not remove players from the queue if they leave the site or allow players to cancel their queued status. The datastructure behind the queues, Tic Tac Toe and Rock Paper Scissors, should be updated to allow for removing players at the appropriate time.

Also when a game starts players should be informed who their opponent is and what piece they are playing in the case of TTT.