Skip to content

remarkablegames/tanks

Repository files navigation

tanks

A 2D arcade tanks game.

The web game is scaffolded from phaser-template.

Play game.

Install

Clone repository:

git clone https://github.com/remarkablegames/tanks.git
cd tanks

Install dependencies:

npm install

Run

Run development server:

npm start

Build

Build production artifacts:

npm run build

Deploy

Deploy to GitHub Pages:

npm run deploy

License

MIT