Mara 2 in Zig
Go to file
Cadey Ratio f47b8b1754 make things build
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-26 19:32:01 -04:00
dist make things build 2022-06-26 19:32:01 -04:00
src make things build 2022-06-26 19:32:01 -04: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 make things build 2022-06-26 19:32:01 -04:00
release.sh make things build 2022-06-26 19:32:01 -04: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!