WASM4 game made for Ludum Dare 53.
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.
Stephen Seo ffe53ff3c6 Update README.md 3 weeks ago
.cargo Init skeleton project 1 month ago
src Add note to focus by clicking 3 weeks ago
.gitignore Init skeleton project 1 month ago
Cargo.lock Work on game 1 month ago
Cargo.toml Work on game 1 month ago
LICENSE Add LICENSE 1 month ago
README.md Update 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.