How would I go about creating a multiplayer player game? Is there a certain library that I have to use?
It can be either a massive multiplayer online game, but I am more leaning towards a local multiplayer game.
Thanks in advance!
I am no expert but I believe for multiplayer you will need to use nodejs and http://socket.io/ to program the server side of your game.