Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lue-bird/gmtk-2023


https://github.com/lue-bird/gmtk-2023

game game-jam gmtk-2023

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

## mirror blossom

🌱 Grow a plant by redirecting incoming light with its mirrors-blossoms 🌼.

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

→ [play online](https://lue-bird.github.io/gmtk-2023/)

### 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)