Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 356 Bytes

File metadata and controls

4 lines (2 loc) · 356 Bytes

AntZationEngine

Designed and implemented a custom ECS-based game engine layer on top of LibGDX, providing a Unity-style workflow through class-based systems (e.g., update, render, onCreate). Features include a spatial renderer using hash maps for camera-optimized rendering, sprite animation, collision detection, pathfinding, and multiplayer support.