A 2D arcade tanks game.
The web game is scaffolded from phaser-template.
Clone repository:
git clone https://github.com/remarkablegames/tanks.git
cd tanks
Install dependencies:
# with npm
npm install
# with yarn
yarn
Run development server:
# with npm
npm start
# with yarn
yarn start
Deploy to GitHub Pages:
# with npm
npm run deploy
# with yarn
yarn deploy