A 2D arcade tanks game.
The web game is scaffolded from phaser-template.
Clone repository:
git clone https://github.com/remarkablegames/tanks.git
cd tanksInstall dependencies:
npm installRun development server:
npm startBuild production artifacts:
npm run buildDeploy to GitHub Pages:
npm run deploy