Zork (Dungeon) built with the Zig build system.
  • Nix 60.5%
  • Zig 39.5%
Find a file
2026-05-12 13:13:47 -05:00
.tangled/workflows only build with nix during CI 2026-05-12 13:00:34 -05:00
.gitignore update to Zig 0.16 and latest upstream 2026-05-12 12:02:04 -05:00
build.zig add flag to enable game debugging tool 2026-05-12 13:13:47 -05:00
build.zig.zon update to Zig 0.16 and latest upstream 2026-05-12 12:02:04 -05:00
build.zig.zon.nix add nix package 2026-05-12 12:47:54 -05:00
flake.lock add nix package 2026-05-12 12:47:54 -05:00
flake.nix add nix package 2026-05-12 12:47:54 -05:00
README.md add initial readme 2026-05-12 12:22:11 -05:00
result add nix package 2026-05-12 12:47:54 -05:00
typos.toml update to Zig 0.16 and latest upstream 2026-05-12 12:02:04 -05:00

Zork, built with the Zig build system

To build:

  1. Install Zig 0.16
  2. Check out this code.
  3. Run zig build
  4. The binary will be available in zig/out/bin