LibGDX

  • Echelon Game Engine

    Component-based game engine written in Java. During the course “Game Architecture”, I developed a small 2D game engine from scratch in Java using the LibGDX framework. The goal was to learn about how to structure and organize an engine according to the entity-component-system paradigm. Instead of using inheritance and base classes, the idea is that

    read more