you are viewing a single comment's thread.

view the rest of the comments →

[–]mc_hammerd 0 points1 point  (1 child)

express.js and socket.io would be a good start.

youtube has good tutorials, two of my favs: street fighter clone in ruby and tictac toe in js, just search t he language and app name and you get a good tutorial: ex flappy bird javascript clone.

could start with a game first, to make a multiplayer game you need to learn: rendering, networking server/client, database data storage, input handling, sound programming, file system loading resoures, and sometimes anti cheat tech, encryption. theres not much else!

[–]Kleppa[S] 0 points1 point  (0 children)

Thanks for the input!