A Bomberman-style game written in pure C, without libc or external dependencies.
The engine is fully separated from the platform.
The goal is to create a pure engine that handles all game logic, while the platform layer provides only basic rendering and input functions.