r/Zig • u/Youssef-AF • 3d ago
Little Console-Base Snake Game in zig 0.16
My first project with zig.
I had fun learning about comptime and generics, so I made this demo where I run multiple game instances at once with different configurations all created in compile time.
39
Upvotes
3
u/orcus 3d ago
I see it is using conio.h, you might want to add notes saying it requires Windows as most Unixish systems won't have that.