jakewilson / meatpocalypse

Lead the Vegan Resistance in a post-apocalyptic world

Home Page:http://jakewilson.github.io/meatpocalypse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meatpocalypse

Before attemping to run the game at all, make sure you have Node v5.8.0 installed.

To run first all dependencies must be installed:

$ sudo npm install

will install all dependencies.

Then you can:

$ grunt

to create meatpocalypse.min.js.

Then run the server:

$ node src/app.js

Finally you can run the game in your browser:

http://localhost:3000

Every time you make a change to a .js file in src/client/game, you must re-run grunt in the root project directory to be able to see your changes in the browser.

Before committing, make sure all tests pass by running:

$ jasmine

About

Lead the Vegan Resistance in a post-apocalyptic world

http://jakewilson.github.io/meatpocalypse


Languages

Language:JavaScript 84.7%Language:CSS 7.9%Language:HTML 7.4%