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
- Host: GitHub
- URL: https://github.com/remarkablegames/tanks
- Owner: remarkablegames
- License: mit
- Created: 2018-01-26T04:53:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T15:18:48.000Z (7 months ago)
- Last Synced: 2025-08-21T18:08:17.093Z (7 months ago)
- Topics: 2d, arcade, game, javascript, phaser, remarkablegames, tanks, web
- Language: JavaScript
- Homepage: http://remarkablegames.org/tanks/
- Size: 1.66 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)