hazeycode/escape-guldur

wasm4

Public
wasmer run hazeycode/escape-guldur

Escape Guldur

A retro action-RPG written in Zig for the WASM-4 fantasy console. Originally made for WASM-4 Jam #2.

screenshot

Building

Requirements

Build (debug) the cart (zig-out/lib/cart.wasm) by running:

zig build

then run it with:

w4 watch zig-out/lib/cart.wasm

Produce a size-optimised release build (zig-out/lib/opt.wasm) by running:

zig build -Drelease-small=true release

and remember to test it with:

w4 run zig-out/lib/opt.wasm

Distribution

w4 bundle zig-out/lib/opt.wasm --title "Escape Guldur" --html index.html

Retro action-rpg game written in Zig


Github

Making software universally accessible