Go to file
2026-01-30 03:48:02 +02:00
libs implement collisions 2026-01-30 03:48:02 +02:00
src implement collisions 2026-01-30 03:48:02 +02:00
tools initial commit 2026-01-18 07:06:01 +02:00
.gitignore add player animations 2026-01-28 05:12:02 +02:00
build.zig add tilemap rendering 2026-01-27 07:42:54 +02:00
build.zig.zon initial commit 2026-01-18 07:06:01 +02:00
README.md add tilemap rendering 2026-01-27 07:42:54 +02:00

Gaem

  • Run & gun
  • Nuclear throne -esque
  • Single gun type
  • Single map
  • Single enemy type
  • Collect letters to win, up to 7 letters we have 8 character sprites
  • The word is WINNER

Run

Linux and Windows:

zig build run

Web:

zig build -Dtarget=wasm32-emscripten run

Cross-compile for Windows from Linux:

zig build -Dtarget=x86_64-windows