Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lue-bird/elm-jam-6-submission
- Owner: lue-bird
- Created: 2023-09-10T14:32:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T16:51:18.000Z (over 1 year ago)
- Last Synced: 2024-10-19T05:31:44.695Z (3 months ago)
- Topics: elm, elm-game-jam-6, elm-jam-6, game-jam
- Language: JavaScript
- Homepage: https://lue-bird.github.io/elm-jam-6-submission/
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)