wasmer run jonathanderque/galdr
GALDR
GALDR is an adventure game inspired by roguelikes like Slay the spire and fighting games.
This is a roguelike with realtime combat where your actions occur when you issue special moves on your controller. Experience 40+ events spanning 9 areas!
This game was created as part of the WASM-4 JAM #2.
Building
Build the cart by running:
zig build
Optionally bundle the game with (requires wasm-opt from binaryen) :
zig build bundle
Then run it with:
w4 run zig-out/lib/galdr.wasm
For more info about setting up WASM-4, see the quickstart guide.
Links
GALDR on