Go to file
2026-07-13 22:52:29 +03:00
assets initial commit 2026-07-13 22:52:29 +03:00
libs initial commit 2026-07-13 22:52:29 +03:00
scripts initial commit 2026-07-13 22:52:29 +03:00
src initial commit 2026-07-13 22:52:29 +03:00
.gitignore initial commit 2026-07-13 22:52:29 +03:00
build.zig initial commit 2026-07-13 22:52:29 +03:00
build.zig.zon initial commit 2026-07-13 22:52:29 +03:00
README.md initial commit 2026-07-13 22:52:29 +03:00

Gaem

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