An open API service indexing awesome lists of open source software.

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

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`