Which game engine for HTML5 + Node.js

Posted by Chrene on Game Development See other posts from Game Development or by Chrene
Published on 2012-10-01T21:53:38Z Indexed on 2012/10/02 3:57 UTC
Read the original article Hit count: 173

I want to create a realtime multiplayer game using and HTML5. I want to use node.js as the server, and I only need to be able to render images in a canvas, play some sounds, and do some basic animations. The gameloop should be done in the server, and the client should do callback via sockets to render the canvas. I am not going to spend any money on the engine, and I don't want to use cocos2d-javascript.

© Game Development or respective owner

Related posts about html5

Related posts about multiplayer