Advertisement

Easy online games???

Started by May 18, 2020 08:21 PM
3 comments, last by Final_Boss 4 years, 6 months ago

Hi everyone!

I want to start creating my own games, but I had in mind doing very basic online board games (Monopoly, Risk, etc). Is it very dificult to do online games? even if they are very basic? Do I need to have my own servers and all that jazz?

I've read good things about GameMaker and Unity, can you do online stuff with them? What tools would be the best for a basic 2D online game?

Final_Boss said:
What tools would be the best for a basic 2D online game?

Phaser: https://phaser.io/

Final_Boss said:
Do I need to have my own servers and all that jazz?

Use Node.js and socket.io Free hostings for Node.js; https://www.heroku.com/​​ and https://www.openshift.com/

Start with this tutorial:

Advertisement

Final_Boss said:
I've read good things about GameMaker and Unity

Unity + Node.js + SocketIO Unity Multiplayer Game Development with Node

Thanks a lot 8Observer8!!

This topic is closed to new replies.

Advertisement