/GuessTheNumber

Simple Guess the Number game made in Zig

Primary LanguageZig

🔢 Guess the number game 🔢

My first contact with Zig programming languge is this Guess the Number console game.

Play it 💻

$ git clone https://github.com/AxelBrinck/GuessTheNumber.git
$ zig build-exe ./game.zig
$ ./game.exe

Making a very small executable 💾

$ git clone https://github.com/AxelBrinck/GuessTheNumber.git
$ zig build-exe ,/game.zig -dead_strip -O ReleaseSmall
$ ./game.exe