Closed TKanX closed 3 months ago
https://github.com/tridecco/game-client-web/commit/e33d7922b643171790efe635d333b8317d64d4c4
queue-mode
display and exit-queue
button to queue.ejs
.game.ejs
to integrate game parameters and update the UI based on these parameters.game.js
with a new showQueue
method in the GameUI
class to display the game mode in the queue section.showQueue
method to handle different game modes and display them accordingly.https://github.com/tridecco/game-client-web/commit/dee6816e77263a26d77233d60ec68c13a98c1da5
startQueueWaitingTime
method to the GameUI
class to display and update the queue waiting time.waiting-time
element every second.stop
method to clear the timer.https://github.com/tridecco/game-client-web/commit/0bb7089747aa4a62c8286ef83730075f15dd2891
gameNetwork
to listen for "game:players" event and display player avatars in the ready state.
Description:
Develop the interface users see while waiting for a match to be found. This interface should be visually appealing and provide clear information about the match status. Additionally, it should allow users to cancel the matching process if desired.