Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wolfadex/towers


https://github.com/wolfadex/towers

3d elm elm-lang game

Last synced: about 2 months ago
JSON representation

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