Go to file
2025-12-31 02:36:29 +02:00
libs initial commit 2025-12-31 02:36:29 +02:00
src initial commit 2025-12-31 02:36:29 +02:00
tools initial commit 2025-12-31 02:36:29 +02:00
.gitignore initial commit 2025-12-31 02:36:29 +02:00
build.zig initial commit 2025-12-31 02:36:29 +02:00
build.zig.zon initial commit 2025-12-31 02:36:29 +02:00
README.md initial commit 2025-12-31 02:36:29 +02:00

Game template

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