Tagged Questions
3
votes
1answer
150 views
Game based on Ajax polling for 12 players
I am planning on writing a small browser game.
The webserver is a shared server, with no root / install possible.
I want to use AJAX for client/server communication. There will be 12 players.
So ...
1
vote
4answers
647 views
How do I respond to keyboard events which occur between polling?
In my games update loop, which happens on a fixed timestep of 30 times per second, I am checking the current state of several keys to determine how to move the player.
For example:
...