/Donjun

A dungeon generator, but since there are so many of them called "Dungen", this one just sounds like it.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Donjun

A dungeon generator, but since there are so many of them called "Dungen", this one just sounds like it.

Usage

To install Donjun, clone the repository and use dotnet to compile:

git clone https://github.com/xiaoxiae/Donjun.git
cd Donjun
dotnet build -c Release

The binary can now be found in bin/Release/.... To run, simply do ./Donjun, possibly with a --help parameter to see possible options.

Examples

30 by 30

An example of the 30 by 30 maze.

50 by 50

An example of the 50 by 50 maze.