Hi everyone,
I am a newbie of Colyseus.
I want to make a lobby with show list rooms. Each room with max players are 2. And when room has 2 player in room, that room will be invisible in list rooms. How can i do this ?
And i want to show custom information for each room in list rooms like:
Room name | Message | Current Player Joined room |
"Room 01" | "Hi message 01 !" | "1/2" |
"Room 02" | "Hi message 02 !" | "1/2" |
"Room 03" | "Hi message 03 !" | "1/2" |
.....
"Room 04" | "Hi message 04 !" | "1/2" |
"Room 05" | "Hi message 05 !" | "1/2" |
when create room, how can i do this too ?
Thanks for your help !