Member-only story
Zig Projects You Can Finish This Weekend
Welcome back! Zig is a programming language that’s rapidly gaining popularity, so why not dive in with some fun projects you can complete this weekend?
For these projects, we’ll be exploring the Awesome Zig repository on GitHub, a fantastic collection of public Zig projects. If you’d like to check it out, here’s the link:
Now, let’s jump into some cool Zig projects you can try out!
🧩 Simple Sudoku Game
First up, we have a 4x4 Sudoku game built entirely in Zig. It’s a straightforward puzzle game that serves as a great introduction to game development in Zig. If you want to give it a try, check out the repository here:
🎮 Zig Vulkan (Game Jam Project)
Next, we have Zig Vulkan, an impressive game built in just one day using Zig and Vulkan. It’s a great example of how quickly you can put together a functional game using Zig. Check it out here:
🔺 Triangle Window (OpenGL Example)
This project is a simple yet effective introduction to graphics programming in Zig. It opens a window and…