Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lue-bird/elm-jam-6-submission

Just click the triangular play button
https://github.com/lue-bird/elm-jam-6-submission

elm elm-game-jam-6 elm-jam-6 game-jam

Last synced: about 2 months ago
JSON representation

Just click the triangular play button

Awesome Lists containing this project

README

        

## dragahedron

→ [play online](https://lue-bird.github.io/elm-jam-6-submission/), [itch page](https://lue-bird.itch.io/dragahedron)

> Just click the triangular play button

Simplistic game, built using [elm](https://elm-lang.org/) for the [elm jam 6](https://itch.io/jam/elm-game-jam-6).

### run locally
```noformatingples
npx elm-watch hot
```
- [lydell/elm-watch website](https://lydell.github.io/elm-watch/)

and open the index.html file or better
```noformatingples
serve
```
- [vercel/serve](https://github.com/vercel/serve)