kennedyr / MarsRover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready

MarsRover

An action game where you poison zombie nazis on Mars. A experimental game built with Phaser

About

Game Mechanics

???

Development

Install node https://nodejs.org/ Install mongodb choco install mongodb or brew install mongodb


To run:

gulp

It'll start at localhost:3000 with the browsersync console at localhost:3002

To run the API:

Have an instance of mongodb running.

npm start

It'll start at localhost:8080/api/ Use Postman in Chrome to manually query the REST api.

The master branch is automatically deployed to Azure whenever it gets pushed to github. Use develop or a feature branch for development work.

The frontend code is written in coffeescript and dependencies are managed with require js.


live example: http://marsrover.azurewebsites.net

About


Languages

Language:CoffeeScript 72.7%Language:Shell 22.0%Language:JavaScript 2.5%Language:HTML 1.5%Language:CSS 1.3%