Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lue-bird/gmtk-2023
- Owner: lue-bird
- Created: 2023-07-06T19:58:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-09T15:23:53.000Z (over 1 year ago)
- Last Synced: 2024-12-09T18:02:09.977Z (30 days ago)
- Topics: game, game-jam, gmtk-2023
- Language: JavaScript
- Homepage: https://lue-bird.github.io/gmtk-2023/
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- Contributing: contributing.md
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)