WASM4 game made for Ludum Dare 53.
Go to file
Stephen Seo ffe53ff3c6 Update README.md 2023-05-09 16:30:21 +09:00
.cargo Init skeleton project 2023-04-29 11:02:19 +09:00
src Add note to focus by clicking 2023-05-09 16:19:17 +09:00
.gitignore Init skeleton project 2023-04-29 11:02:19 +09:00
Cargo.lock Work on game 2023-04-29 14:34:15 +09:00
Cargo.toml Work on game 2023-04-29 14:34:15 +09:00
LICENSE Add LICENSE 2023-04-30 19:46:51 +09:00
README.md Update README.md 2023-05-09 16:30:21 +09:00

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.