You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.cargo | 1 month ago | |
src | 3 weeks ago | |
.gitignore | 1 month ago | |
Cargo.lock | 1 month ago | |
Cargo.toml | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 3 weeks ago |
README.md
Ludum Dare 53: House Delivery
A game written in Rust for the WASM-4 fantasy console.
Updates
The main
branch tracks the latest commits. To see the repository as it was
when LD53's compo deadline ended, view the repository's ldjam_compo
tag.
Building
Build the cart by running:
cargo build --release
Then run it with:
w4 run target/wasm32-unknown-unknown/release/cart.wasm
For more info about setting up WASM-4, see the quickstart guide.
Links
- Ludum Dare 53 Entry Page
- Github Source
- Gitea Source (self-hosted)
- HTML WASM game (self-hosted)
- HTML WASM game with latest commits
- Documentation: Learn more about WASM-4.
- Snake Tutorial: Learn how to build a complete game with a step-by-step tutorial.
- GitHub: Submit an issue or PR. Contributions are welcome!