Closed TKanX closed 3 months ago
https://github.com/tridecco/game-client-web/commit/916616fd6b96c677c686348d93dc3063724395fa
room.ejs
page for custom room functionality.https://github.com/tridecco/game-client-web/commit/95b20990e1a8970bc752287bdbbd5aba6a32a136
showRoom
method to include roomId
, gameMode
, players
, isHost
, and startGameHandler
parameters.playerJoinedRoom
and playerLeftRoom
methods for dynamic player management in the room._getDisplayGameMode
and _getGameModePlayerCount
for better handling of game modes.showQueue
to use _getDisplayGameMode
for setting the game mode display.https://github.com/tridecco/game-client-web/commit/544fe40894a94364fc7d9d3affaef73ad33b591a
https://github.com/tridecco/game-client-web/commit/b79596af7c4fcc8dfa803a6a6a42347a952a460f
game.ejs
page to improve the logic for joining and creating rooms.https://github.com/tridecco/game-client-web/commit/c809e4bc1b4cb51c71f75fc321fa44f6542f24ea
https://github.com/tridecco/game-client-web/commit/4bb395904cb1a9f9fce4a31f4e4cf3a5220c02ae
Description:
Develop an interface for users who have joined custom rooms, allowing them to interact and prepare before the game starts. This interface should include features such as displaying room information, participant details, and options to leave the room or start the game.