WASM4 game made for Ludum Dare 53.
Go to file
2023-04-29 11:02:19 +09:00
.cargo Init skeleton project 2023-04-29 11:02:19 +09:00
src Init skeleton project 2023-04-29 11:02:19 +09:00
.gitignore Init skeleton project 2023-04-29 11:02:19 +09:00
Cargo.lock Init skeleton project 2023-04-29 11:02:19 +09:00
Cargo.toml Init skeleton project 2023-04-29 11:02:19 +09:00
README.md Init skeleton project 2023-04-29 11:02:19 +09:00

ld53

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.

  • 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!