LD53/README.md
2023-04-30 20:13:15 +09:00

1,004 B

Ludum Dare 53: House Delivery

A game written in Rust for the WASM-4 fantasy console.

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.