https://github.com/pfgray/blasteroids
an asteroids-like html5 game running on websockets
https://github.com/pfgray/blasteroids
Last synced: 10 months ago
JSON representation
an asteroids-like html5 game running on websockets
- Host: GitHub
- URL: https://github.com/pfgray/blasteroids
- Owner: pfgray
- Created: 2013-06-24T21:42:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T11:54:42.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:26:21.958Z (11 months ago)
- Language: JavaScript
- Size: 5.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blasteroids
===========
an asteroids-like html5 game running on websockets
How to run:
-----------
Step 1. cd to blasteroids/
Step 2. run: npm install
Step 3. run: sudo node app.js
Step 4. open browser to: localhost
Step 5. Click "View Games", then "Create Game"
Step 6. enter username and select ship, click 'Join Game'
Step 7. open another browser to localhost:1337/
Step 8. enter a different username and click 'Join Game'
Step 9. find friends to play against so you're not lonely
TODO:
-----
- [ ] Make viewing the hitboxes an option for the players
- [ ] chat feature with other players
- [ ] make "games" have a limit of certain score
- [ ] add thruster sound and laser sound when players shoot/thrust
- [ ] add a laser-sight when players hold "shift" so they can aim easier
- [ ] Reject duplicate usernames nicely
- [ ] fix the score screen
- [x] fix collision detection