Go to file
2026-07-16 01:34:53 +03:00
assets add basic AI 2026-07-15 01:51:26 +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 add tree chopping 2026-07-16 01:34:53 +03:00
.gitignore initial commit 2026-07-13 22:52:29 +03:00
build.zig add basic AI 2026-07-15 01:51:26 +03:00
build.zig.zon add basic AI 2026-07-15 01:51:26 +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