https://github.com/DenizBasgoren/zig-libterm
A small library for writing CLI games in Zig
https://github.com/DenizBasgoren/zig-libterm
zig ziglang
Last synced: over 1 year ago
JSON representation
A small library for writing CLI games in Zig
- Host: GitHub
- URL: https://github.com/DenizBasgoren/zig-libterm
- Owner: DenizBasgoren
- License: mit
- Created: 2020-12-18T04:25:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T19:48:49.000Z (over 5 years ago)
- Last Synced: 2024-10-24T16:50:20.194Z (over 1 year ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-libterm
A small library for writing CLI games in Zig
## to compile...
Make sure you have zig 0.7.0, then
`zig build-exe main.zig -lc`