Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 432 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 432 Bytes

Payload

This game is a take on the classic space artillery game, inspired in particular by Warheads, powered by Box2D and THREE.js.

Requirements

  • Node.js
  • NPM

Installation

  • 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

Running

  • Run gulp

Contributing

Pull requests are welcome