A procedurally generated 2D dungeoneering game set in a fictional maze of sewers much like those of Paris.
TheSewerlands is macOS only (for now).
CMake >= 3.23 is required.
Using Homebrew to install CMake:
brew install cmake
Clone the repository:
git clone --recurse-submodules https://github.com/IY314/TheSewerlands.git
Build:
# The Makefile is provided for easy building (no need to specify all the flags!)
make