1
0
Fork
You've already forked tabletop
0
the tabletop game engine that could.
  • Zig 100%
2026年06月02日 21:55:47 -07:00
src adds uuid package and some tabletop game components 2026年06月02日 21:55:47 -07:00
.gitignore adds uuid package and some tabletop game components 2026年06月02日 21:55:47 -07:00
build.zig adds uuid package and some tabletop game components 2026年06月02日 21:55:47 -07:00
build.zig.zon adds uuid package and some tabletop game components 2026年06月02日 21:55:47 -07:00
README.md initial zig 2026年05月31日 20:54:56 -07:00

tabletop

the tabletop game engine that could.

getting started

# install
brew install zig
# build
zig build
# run
zig build run
# test
zig build test