Mara 2 in Zig
Go to file
Locria Cyber 6d17b2c16b Add license 2022-04-24 15:08:55 +02:00
src Done wrapping API 2022-04-24 15:01:28 +02: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!