Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfadex/towers
https://github.com/wolfadex/towers
3d elm elm-lang game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/towers
- Owner: wolfadex
- Created: 2024-01-04T23:33:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T03:25:30.000Z (12 months ago)
- Last Synced: 2024-10-20T00:34:47.420Z (3 months ago)
- Topics: 3d, elm, elm-lang, game
- Language: Elm
- Homepage: https://hex-tower.netlify.app/
- Size: 1.89 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Tower Defense Game
Having fun building a tower defense game.
## Play
[![Netlify Status](https://api.netlify.com/api/v1/badges/85827c51-abc3-4469-98eb-264916ac522b/deploy-status)](https://app.netlify.com/sites/hex-tower/deploys)
Play at https://hex-tower.netlify.app/
## Development
```sh
npm install
npm run dev
```## Built With:
- [elm-watch](https://lydell.github.io/elm-watch/what-elm-watch-is/) for live reloading and dev server
- [@ryannhg/css-in-elm](https://www.npmjs.com/package/@ryannhg/css-in-elm) for CSS code generation
- [elm-format](https://github.com/avh4/elm-format) for code formatting
- [elm-review](https://www.npmjs.com/package/elm-review) for code review and cleanup
- [run-pty](https://www.npmjs.com/package/run-pty) for running the dev environment in a clean and easy to read manner