Hi all, i would like to know how to make a very "simple" multiplayer game.
just cubes moving, controlled by players who join the game.
Can someone help with an easy example file???
thanks
Develop games in your browser. Powerful, performant & highly capable.
There really is no easy way, network multiplayer tends to go to the advanced territory with need for separate server process and stuff. :) Search the forums for few examples though, I recall seeing some.
imothep85
Take a look at my two multiplayer plugins
Both of them do what you're asking for: "cubes [sprites] moving, controlled by players who join the game".
Both of them have simple demo examples.
Let's know how you go.