Go to file
2025-12-31 04:45:37 +02:00
libs fix web focus issue 2025-12-31 04:45:37 +02:00
src fix web focus issue 2025-12-31 04:45:37 +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 fix web focus issue 2025-12-31 04:45:37 +02:00
build.zig.zon fix web focus issue 2025-12-31 04:45:37 +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