/ttp

TankTroublePRO

Primary LanguageJavaScriptMIT LicenseMIT

Tank Trouble PRO
Tank Trouble PRO

Built with Node.js, socket.io, and HTML5 Canvas and example-.io-game

Development

To get started, make sure you have Node and NPM installed. Then,

$ npm install
$ npm run develop

on your local machine.

To run the project in a production setting, simply

$ npm install
$ npm run build
$ npm start