Arcade
A retro-gaming platform with hot-swappable graphics libraries.
Developer (Epitech academic project, 2nd year)
An arcade gaming platform in C++ where graphics libraries and games are shared libraries (.so) loaded dynamically and hot-swappable at runtime, through an agnostic Core and an object-oriented interface system. A key exercise in abstraction and dynamic loading.