Skip to content

hazeycode/escape-guldur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape Guldur

A minimalistic "retro action RPG" for the WASM-4 fantasy console.

Originally made for WASM-4 Jam #2.

Play on itch.io!

screenshot screenshot

Building

Requirements

Build and run a native (debug) executable:

zig build run-native

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

zig build release -Doptimize=ReleaseSmall

Load and run in your browser:

w4 run zig-out/lib/opt.wasm

Distribution

cp zig-out/lib.opt.wasm game.wasm
wapm login
wapm publish

w4 bundle game.wasm --title "Escape Guldur" --html escape_guldur.html

About

A minimalistic "retro action RPG" written in Zig for the WASM-4 fantasy console

Topics

Resources

License

Stars

Watchers

Forks

Languages