Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 532 Bytes

TheSewerlands

A procedurally generated 2D dungeoneering game set in a fictional maze of sewers much like those of Paris.

Installation

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