emoose / openhotel

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

Added bullets feature (no collision detection yet), fixed for merge #8

Closed breaks closed 10 years ago

breaks commented 10 years ago

Adds bullets to the game, players can right click to shoot a bullet in the direction of mouse No collision detection yet, so bullets do nothing (what should bullets do when they hit players/zombies?) Bullets are cleaned up when they leave the screen

Fixed for merge