the tabletop game engine that could.
- Zig 100%
| Filename | Latest commit message | Latest commit date |
|---|---|
| src | |
| .gitignore | |
| build.zig | |
| build.zig.zon | |
| README.md |
tabletop
the tabletop game engine that could.
getting started
# install
brew install zig
# build
zig build
# run
zig build run
# test
zig build test