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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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