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:

# with npm
npm install

# with yarn
yarn

Run

Run development server:

# with npm
npm start

# with yarn
yarn start

Deploy

Deploy to GitHub Pages:

# with npm
npm run deploy

# with yarn
yarn deploy

License

MIT