Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)