tridecco / game-client-web

Tridecco Game Client is a frontend application designed to support Tridecco games. It provides user interface rendering, user interaction handling, dynamic content loading, and communication with the backend server.
https://play.tridecco.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement Waiting Interface for Game Matching #13

Closed TKanX closed 3 months ago

TKanX commented 3 months ago

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.

TKanX commented 3 months ago

Updated queue and game pages, enhance GameUI class

https://github.com/tridecco/game-client-web/commit/e33d7922b643171790efe635d333b8317d64d4c4

TKanX commented 3 months ago

image

TKanX commented 3 months ago

Implemented queue waiting timer in GameUI class

https://github.com/tridecco/game-client-web/commit/dee6816e77263a26d77233d60ec68c13a98c1da5

TKanX commented 3 months ago

image

TKanX commented 3 months ago

Added game ready event handling and UI integration

https://github.com/tridecco/game-client-web/commit/0bb7089747aa4a62c8286ef83730075f15dd2891

TKanX commented 3 months ago

image image