Cool. It really works!
Thanks for your help @endel
0
Reputation
2
Posts
1464
Profile views
0
Followers
1
Following
Posts made by defort
RE: requestJoin called twice
posted in Questions & Help •
RE: requestJoin called twice
posted in Questions & Help •
Hi @endel
In the video, you explain about create and join rooms.
Can I get your source code about create and join rooms in the video? Because 04-create-or-join-room.html file is no longer available on your github (colyseus-examples).
I want to create a new room, but I'm a little confused by the workings of the create room, whether the room name or id can be changed according to the user input or not.
For example, if a user enters "myroom" in the input text, then a new room with the name "myroom" will automatically be created in the server.
And if user B is entered "myroom" in the input text, then the user B will automatically join the existing room.
Sorry for my bad English. Thank you.