Go to file
Jessie Williams 4a7f139914 remove pallete swaps
Signed-off-by: Jessie Williams <quorawings@gmail.com>
2022-03-05 21:52:06 -05:00
.cargo initial commit 2022-03-05 16:44:55 -05:00
sprites initial commit 2022-03-05 16:44:55 -05:00
src remove pallete swaps 2022-03-05 21:52:06 -05:00
.gitignore initial commit 2022-03-05 16:44:55 -05:00
Cargo.lock initial commit 2022-03-05 16:44:55 -05:00
Cargo.toml initial commit 2022-03-05 16:44:55 -05:00
README.md initial commit 2022-03-05 16:44:55 -05:00

README.md

akesi

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!