An ASCII game. The main purpose of this project is to learn ECS with flecs
, I also have to learn C++ and low level programming as I never wrote any.
In order to build the project create a /build
subdirectory and open a terminal inside.
Then run:
cmake ..
Then run:
cmake --build .
Currently only available for Linux64, I will add later other binaries to build for every major PC platforms.
My mains goals for this project is to explore ECS architecture and what it allows. I want to write code that is easy to read and modular. I'm willing to trade some performances for a better readability and modularity.