Skip to content

Multiplayer

Kravataf edited this page Jul 25, 2024 · 5 revisions

This is the page where im going to add (almost) everything about the multiplayer!!

structure of 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

how to connect to someone

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..

social

there's chat but it's currently work in progress (only showing the last message sent) and you can also set your username!!

other

idk.

Clone this wiki locally