Mutiplayer

is there any possible way in all of Makecode Arcade to make a multiplayer game that can host more than 4 players??

4 Likes

I would think so I dunno for sure or how but maybe someone else can help
btw…it says mutiplayer

Not that I know of

No… not unless you want to host your own server and use a websocket extension to code your own multiplayer logic. I think @Brohann made a websocket extension.

1 Like

You need a minimal of each player having 2 button inputs for 8 players.
1 for 16 players.

Having everyone have full access to the controls? Don’t think that’s possible for more than 4 players.