Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josepedrodias/ld55
merge or die
https://github.com/josepedrodias/ld55
casual-game comfy compo hackathon ld55 ldjam55 ludum-dare rust
Last synced: 13 days ago
JSON representation
merge or die
- Host: GitHub
- URL: https://github.com/josepedrodias/ld55
- Owner: JosePedroDias
- Created: 2024-04-14T01:14:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T14:21:05.000Z (7 months ago)
- Last Synced: 2024-04-14T14:57:45.650Z (7 months ago)
- Topics: casual-game, comfy, compo, hackathon, ld55, ldjam55, ludum-dare, rust
- Language: Rust
- Homepage: https://josepedrodias.github.io/ld55/dist/index.html
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ld55 - merge or die
This is a ludum dare combo entry on the theme "Summoning".
- [Hackathon entry page](https://ldjam.com/events/ludum-dare/55/merge-or-die)
- [Play the game on Github](https://josepedrodias.github.io/ld55/dist/)## reference
- https://docs.rs/comfy/latest/comfy/
- https://comfyengine.org/book/releasing/
- https://github.com/darthdeus/comfy/tree/master/comfy/examples## build
cargo run
cargo build --release --features comfy/ci-release
## build for web
trunk serve --open
trunk build --release --features comfy/ci-release
## other
- https://rustwasm.github.io/wasm-bindgen/api/web_sys/
- https://rustwasm.github.io/wasm-bindgen/examples/dom.html