Ecosyste.ms: Awesome
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: 27 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T00:28:57.000Z (6 months ago)
- Last Synced: 2024-11-13T18:12:29.938Z (3 months ago)
- Topics: 2d, arcade, game, javascript, phaser, remarkablegames, tanks, web
- Language: JavaScript
- Homepage: https://remarkablegames.org/tanks
- Size: 64.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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
# 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)