Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

Making a Local/massive online multiplayer game

A topic by Nocturnal Wisp created Apr 12, 2016 Views: 1,497 Replies: 2
Viewing posts 1 to 3

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.

Thanks