Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiplayer Game Architecture [closed]

Can anyone recommend Articles, Books, Tutorials about this?

Maybe is (Articles, Books, Tutorials) about Multiplayer Game Architecture, Networking in HTML5, JavaScript, WebSockets, Node.js?

like image 413
vhyea Avatar asked Oct 10 '22 23:10

vhyea


1 Answers

hey here are some guides:

http://marakana.com/training/html5/websocket_for_social_gaming.html

and here is a commented example:

http://www.startupmonkeys.com/2010/09/building-a-scrabble-mmo-in-48-hours/

was that what you were looking for?

It is definitely possible to make a multiplayer game, as i also saw a tank game based on node.js

like image 74
tarrasch Avatar answered Oct 14 '22 04:10

tarrasch