-
Notifications
You must be signed in to change notification settings - Fork 0
Multiplayer
This is the page where im going to add (almost) everything about the multiplayer!!
the multiplayer is based on P2P (peer-to-peer) which means players send the data between each-other without an actual server. this means i dont have to host any servers or anything for the game instead the player who presses the host button starts hosting the "server". all data is sent to the hosting client who sends it to other clients
after someone hosts a server (by clicking on the host button) they need to hover over the top-left text of random letter & numbers, this will copy the P2P ID to clipboard!! (doesn't work on the web build) the other player(s) who want to join the host need to enter the server id into the text input and then press the join button. this will connect the clients to the host..
there's chat but it's currently work in progress (only showing the last message sent) and you can also set your username!!
idk.