This game is a take on the classic space artillery game, inspired in particular by Warheads, powered by Box2D and THREE.js.
- Node.js
- NPM
- Open command line and navigate to the projects directory
- Run
npm install
- Install Gulp, if you don't have it already installed globally:
npm install --global gulp-cli
- Run
gulp
Pull requests are welcome