Tagged Questions
2
votes
3answers
190 views
General directions on developing a server side control system for JS/Canvas Action RPG
Well, yesterday I asked on anti-cheat JS, and confirmed what I kind of already knew that it's just not possible.
Now I wanna measure roughly how hard it is to implement a server side checking that is ...
0
votes
2answers
567 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 ...
7
votes
3answers
3k views
Tips for communication between JS browser game and node.js server?
I am tinkering around with some simple Canvas based cave flyer game and I would like to make it multiplayer eventually. The plan is to use Node.js on the server side.
The data sent over would ...