📄️ What is ECS?
The game is built on a custom Entity-Component-System (ECS) architecture that prioritizes composition over inheritance. This approach avoids deep class hierarchies and allows for high modularity and testability.
📄️ Components
What components exist, how they work, and how to use them.
📄️ Systems
How systems work, what systems exist, and how to write a new one.