← Back to Projects
Game · Java · LibGDX

Zombits.

A zombie survival shooter built with LibGDX. Waves get harder, weapons get messier, and your best strategy is still just running in circles and hoping for the best.

Java LibGDX Game Loop Wave System Sprite Animation
Zombits project cover art
Build Notes

A small project that taught me the basics.

Zombits was one of my first game projects built with a real framework. Before that I had mostly worked in raw Java, so a lot of the value here came from learning how LibGDX handles screens, rendering, input, and assets.

The wave system is simple on purpose. Each round spawns more enemies and nudges speed and health upward so the game ramps up without needing a lot of complicated logic. It is basic, but it was enough to make each wave feel a bit more stressful than the last one.

What I took away from the project was mostly practical. It helped me get more comfortable with framework-based game structure and gave me a clearer idea of how to organize later projects in a cleaner way.

Media

Screenshots.