Mara 2 in Zig
Go to file
Locria Cyber d497fbf302
Use A/B as button names
2022-05-01 21:50:44 +08:00
src Use A/B as button names 2022-05-01 21:50:44 +08:00
.gitignore Initial template 2022-04-24 17:46:36 +08:00
LICENSE.md Add license 2022-04-24 15:08:55 +02:00
README.md Initial template 2022-04-24 17:46:36 +08:00
build.zig Add "run" command 2022-04-24 15:05:40 +02:00

README.md

snek

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

Building

Build the cart by running:

zig build -Drelease-small=true

Then run it with:

w4 run zig-out/lib/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!