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
- Host: GitHub
- URL: https://github.com/damassi/world-war-elf
- Owner: damassi
- Created: 2013-12-03T03:49:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T21:39:39.000Z (over 9 years ago)
- Last Synced: 2025-02-07T10:49:24.927Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!

(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.)