Gundling is an action-packed 2D shooter game developed in the Zig programming language with graphics powered by the Raylib library. In the game, you take control of a centrally positioned gun. Waves of enemies appear every second, and each hit from them reduces your health. Your goal is to survive these relentless attacks for as long as possible. Brace yourself for an intense battle and strive to fight till the last breath!
To get a local copy up and running follow these simple example steps.
- zig 0.12.0+
- Clone the repo
git clone [email protected]:nanobreaker/gundling.git
zig build
zig build run
The code in this project is licensed under MIT license. Check LICENSE for further details.