Multiplayer Game Architecture [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionCan anyone recommend Articles, Books, Tutorials about this?
Maybe is (Articles, Books, Tutorials) about Multiplayer Game Architecture,开发者_运维问答 Networking in HTML5, JavaScript, WebSockets, Node.js?
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
You may find The Definitive Guide to HTML5 WebSocket useful (of which I am a co-author).
In this post we give a quick run-down on what the book covers. The book ships (read: can be downloaded from the publisher's site) with all the source code and a VM with a pre-configured environment for all the hands-on content, including a chat app using XMPP, a rock-paper-scissors game with pub/sub messaging, and VNC over WebSocket.
精彩评论