Go to file
2026-01-30 23:45:45 +02:00
libs Initial commit 2026-01-30 23:28:18 +02:00
src add shooting 2026-01-30 23:45:45 +02:00
tools Initial commit 2026-01-30 23:28:18 +02:00
.gitignore Initial commit 2026-01-30 23:28:18 +02:00
build.zig Initial commit 2026-01-30 23:28:18 +02:00
build.zig.zon Initial commit 2026-01-30 23:28:18 +02:00
README.md Initial commit 2026-01-30 23:28:18 +02:00

Gaem

Weapons:

  • Laser mask
  • Bomb mask
  • Piston mask

Enemies:

  • Singular pawns that keep distance
  • Cluster of many enemies
  • Snake-like row of enemies

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