An open API service indexing awesome lists of open source software.

https://github.com/xiaoxiae/donjun

A dungeon generator, but since there are so many of them called "Dungen", this one just sounds like it.
https://github.com/xiaoxiae/donjun

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.](img/30x30.png)

### 50 by 50

![An example of the 50 by 50 maze.](img/50x50.png)