GLib stands for Game-Library, the idea was to build a simple 2D game engine for leaning proposes.
Features include:
- Navigation with keyboard arrows
- Collisions map
- Sprite maps
- Sprite animation
- Sprite state
This was a fun project to build and it allowed me to have a better understanding of professional game engines.