Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corentinth/inert
Minimalistic tower defense in the browser entirely in typescript (no deps).
https://github.com/corentinth/inert
browser game game-development game-in-browser no-dependencies tower-defense tower-defense-game typescipt typescript
Last synced: 9 days ago
JSON representation
Minimalistic tower defense in the browser entirely in typescript (no deps).
- Host: GitHub
- URL: https://github.com/corentinth/inert
- Owner: CorentinTh
- License: gpl-3.0
- Created: 2020-04-21T07:08:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T11:17:40.000Z (6 months ago)
- Last Synced: 2024-10-11T03:18:38.622Z (25 days ago)
- Topics: browser, game, game-development, game-in-browser, no-dependencies, tower-defense, tower-defense-game, typescipt, typescript
- Language: TypeScript
- Homepage: https://inert.thomasset.me
- Size: 839 KB
- Stars: 36
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Inert
Minimalistic tower defense in the browser. [Try it!](https://inert.thomasset.me)
[![demo](.github/demo.png)](https://inert.thomasset.me)
## Dev
```shell
git clone [email protected]:CorentinTh/inert.git
cd inert
npm i
npm run dev
# open http://localhost:1234/index.html
```## Credits
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
This project is continuously deployed using [vercel.com](https://vercel.com).
## License
This project is under the [MIT license](LICENSE).