Checkout our page on itch.io! https://hubixb.itch.io/without-hope
to build the project in debug mode go to the root project folder and do:
cmake -S . -B build
cmake --build build
Depending on the system the path to the executable will be different:
Now change directory cd .\build\without-hope\Debug\ and run .\without-hope.exe
Or run the executable directly from the files explorer.
Now change directory cd ./build/without-hope/ and run ./without-hope