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

https://github.com/damassi/world-war-elf

Mobile-controlled zombie shooting gallery game utilizing Node + Sails.js + WebSockets on the backend and Easel.js + Backbone.js on the frontend
https://github.com/damassi/world-war-elf

Last synced: about 1 year ago
JSON representation

Mobile-controlled zombie shooting gallery game utilizing Node + Sails.js + WebSockets on the backend and Easel.js + Backbone.js on the frontend

Awesome Lists containing this project

README

          

World War E(lf)!
================

Mobile-controlled zombie shooting gallery game utilizing Sails.js + WebSockets on the backend and Easel.js + Backbone.js on the frontend.

No longer live, but can still be played if you pull the repo down!

screen shot 2016-12-26 at 1 23 42 pm

(To use your phone, make sure that it's on the same local network as `localhost` then browse to `your-ip-address:3000`; you can also play with the mouse)

Project Setup
-------------
- Install Node.js: [NodeJS Installer](http://nodejs.org/)
- Install SASS: `gem install sass`
- Install the Grunt command-line interface (Grunt-CLI): `npm install -g grunt-cli`
- CD into the repo where `GruntFile.js` lives
- Install dependencies: `npm install`
- `grunt run` For dev and then navigate to `http://localhost:3000`
- `grunt build` For distribution builds

OR
- `npm start`

(Please note that depending upon your setup you may need `sudo` permissions to execute the above commands.)