An open API service indexing awesome lists of open source software.

https://github.com/remarkablegames/tanks

đŸ•šī¸ Tanks game
https://github.com/remarkablegames/tanks

2d arcade game javascript phaser remarkablegames tanks web

Last synced: 5 months ago
JSON representation

đŸ•šī¸ Tanks game

Awesome Lists containing this project

README

          

# tanks

A 2D arcade [tanks]() game.

The web game is scaffolded from [phaser-template](https://github.com/remarkablegames/phaser-template).

[Play game](https://remarkablegames.org/tanks/).

## Install

Clone repository:

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

Install dependencies:

```sh
npm install
```

## Run

Run development server:

```sh
npm start
```

## Build

Build production artifacts:

```sh
npm run build
```

## Deploy

Deploy to [GitHub Pages](https://pages.github.com/):

```sh
npm run deploy
```

## License

[MIT](LICENSE)