emoose / openhotel

some node.js/socket.io javascript tile thing
Other
5 stars 6 forks source link

Adding keyboard support (only shooting works at the moment) #9

Closed breaks closed 10 years ago

breaks commented 10 years ago

Implementing keyboard support so users can shoot and move using the Space key and WASD keys respectively

Only shooting works at the moment

Shooting using the space key now has a cooldown

breaks commented 10 years ago

Rather than using the WASD keys to move, http://boards.4chan.org/g/thread/42507778#p42524306 mentioned holding a specific key down and moving the mouse, this should be a lot easier to implement.

Thoughts?