Multiplayer
If I were to make a multiplayer game that each person has there own controls of LEFT, RIGHT, and UP how would I do so? Just the movement controls I've already have everything else down.
If I were to make a multiplayer game that each person has there own controls of LEFT, RIGHT, and UP how would I do so? Just the movement controls I've already have everything else down.
I have a multiplayer game (2 players): https://microstudio.dev/i/Tiberius/multiplayergameexample/ (I know the one I made is in the other account lol)
You can use two gamepad controllers or the keyboard with different keys. I hope this helps your question. :)
No like for online multiplayer.
Oh I am sorry, making online multiplayer is going to be much harder to do, like this game created by VoiderYT: https://microstudio.dev/i/VoiderYT/go3/
However we have not really found out how to make a real online multiplayer.
I just finished working on an example for my own future reference for a game i'm making
https://microstudio.io/i/Actts/multiplayertrialanderror
feel free to make a copy and experiment.
if you want to know how to make a game with multiplayer, look into the public tutorial for networking and the documentation
basically, I send over an object and put it into a list and draw them
just make sure to enable networking features in the settings tab