Tagged Questions

0
votes
1answer
223 views

How can a NodeJS server be used from Game Maker HTML5?

I want to create a client-server game that runs on Game Maker HTML5-NodeJS. The NodeJS server will be an AI server - a bot that acts like a human opponent and plays against the human player at a ...
0
votes
0answers
351 views

I want to make Realm of the Mad God using HTML 5 with only C# knowledge [closed]

Timeline: business degree in information systems - limited-to-none CS foundation been project / product manager in software industry for many years dabbled in HTML/CSS and scripting languages plus ...
-5
votes
1answer
561 views

Node.js Game Development

I'm really excited by the prospect of developing HTML5 games using Node.js. Can anyone suggest me where to start learning the basics, if there're some good resources that can help me guide through ...
7
votes
2answers
4k views

Multiplayer HTML5, Node.js, Socket.IO

I trying create simple Multi-player with HTML5 Canvas, JavaScript(too using John Resig simple Inheritance library) and Node.js with Socket.IO. My client code: var canvas = ...