A roguelike written as part of RoguelikeDev Does The Complete Roguelike Tutorial 2025.
For a first time build, run the cmake configuration
mkdir build
cmake -S . -B build
Then (or for later builds) run cmake
cmake --build build
A roguelike written as part of RoguelikeDev Does The Complete Roguelike Tutorial 2025.
For a first time build, run the cmake configuration
mkdir build
cmake -S . -B build
Then (or for later builds) run cmake
cmake --build build