Obumbrata et Velata is my entry in the 2014 Seven-Day Roguelike Challenge. It follows my usual tradition of being an unwinnable fantasy-themed dungeon crawl.
Downloads and Source Code
- Source code of the original 7DRLC 2014 release in .tar.gz format
- Browsable source code
- [Watch this space for a download link for the source code of a bugfixed version]
To build and install the game:
- Install the build dependencies (on Debian-based systems, the required packages are g++-4.7, libxdg-basedir-dev, and libncursesw5-dev)
- Unpack the source archive.
- cd obumbrata-1.0.0 && ./configure && make all
- Either copy the executable obumbrata into a directory in your PATH, or run sudo make install