emoose / openhotel

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

Added bullets feature (no collision detection yet) #7

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 Bullets are cleaned up when they leave the screen

breaks commented 10 years ago

fixing some things first, do not merge

edit: getting weird bugs after the last update, may take a while to fix edit: bugs may be related to the addition of rooms, will account for rooms in fix

made a new PR with merge fixes