Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remarkablegames/tanks

🕹ī¸ Tanks game
https://github.com/remarkablegames/tanks

2d arcade game javascript phaser remarkablegames tanks web

Last synced: 27 days 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
# with npm
npm install

# with yarn
yarn
```

## Run

Run development server:

```sh
# with npm
npm start

# with yarn
yarn start
```

## Deploy

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

```sh
# with npm
npm run deploy

# with yarn
yarn deploy
```

## License

[MIT](LICENSE)