A puzzle platformer with wires.
- Left/Right: Move left and right
- Up/Down: Look at items above and below
- X: Jump
- Z: Select
zigto compile the codewasm-optto optimize the generated wasm file for release. It is a part ofbinaryenwasm4to run the generated cart
git clone --recursive
zig build # makes a debug build
w4 run zig-out/lib/cart.wasm
zig build opt -Drelease-small # optimize cart size for release