Team:
- AJ
- Ben
- Cheryl
- Eric
- Jit
- Kelley
Description:
Space Rocks is a reincarnation of the popular game Asteroids. It is built with a JavaScript application stack. It uses Node, jQuery, Raphael.
Instructions:
To run the app, install Node.js. Just google for how to do that.
Then,
$ cd path/to/ecse321
$ git clone [email protected]:aj0strow/space-rocks
$ cd space-rocks
$ node app.js
Then view the file on localhost - http://0.0.0.0:5000/ (Mac) http://127.0.0.1:5000/ (Windows)
You can also run the game at http://space-rocks.herokuapp.com/