Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshenfield/paper-rocket
Destroy paper enemies with your fiery weapons, but be careful!
https://github.com/mshenfield/paper-rocket
Last synced: about 13 hours ago
JSON representation
Destroy paper enemies with your fiery weapons, but be careful!
- Host: GitHub
- URL: https://github.com/mshenfield/paper-rocket
- Owner: mshenfield
- Created: 2015-10-02T21:44:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T13:51:59.000Z (about 9 years ago)
- Last Synced: 2024-06-11T20:35:38.571Z (5 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![paper rocket](assets/rocket.png)
# Paper Rocket
Destroy paper enemies with your fiery weapons, but be careful! You may destroy the whole world along with them.## Installation
Make sure you have [node.js](nodejs.org) installed. If you don't already, use `npm install -g bower` to install bower, a front-end dependency manager. Once it has completed installation, run`bower install`
to install dependencies and
`python -m SimpleHTTPServer`
to start serving out the game from the project directory. Navigate to http://localhost:8000 to see it in action.
## License
[MIT](opensource.org/licenses/MIT)