/wasm4-gamejam

One Slime Army is an arcade endless wave survival game for the WASM-4 fantasy console

Primary LanguageZigISC LicenseISC

One Slime Army

An arcade endless wave survival game for the WASM-4 fantasy console, Game Jam #2, written in Zig.

Battle hordes of enemies as a humble slime equipped with his trusty sword and shield.

Controls
Arrow keys Move
Z (hold) Block, Lock direction
Z (release) Attack
X Dash

Building

Build the cart by running:

zig build -Drelease

Then run it with:

w4 run zig-out/lib/cart.wasm

Build release bundle with:

zig build -Drelease bundle

For more info about setting up WASM-4, see the quickstart guide.

Links

  • 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!