We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
嘿,这里有一些指南:
http://marakana.com/training/html5/websocket_for_social_gaming.html
这是一个注释示例:
http ://www.startupmonkeys.com/2010/09/building-a-scrabble-mmo-in-48-hours/
这就是您要找的吗?
绝对可以制作多人游戏,因为我还看到了基于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
您可能会发现 HTML5 WebSocket 权威指南很有用(我是其中的一员)共同作者)。
在此帖子中 我们快速概述了本书的内容。这本书附带了(阅读:可以从出版商的网站下载)所有源代码和虚拟机为所有实践内容提供预配置环境,包括使用 XMPP 的聊天应用程序、带有 pub/sub 消息传递的石头剪刀布游戏以及基于 WebSocket 的 VNC。
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.