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.
- Host: GitHub
- URL: https://github.com/xiaoxiae/donjun
- Owner: xiaoxiae
- License: gpl-3.0
- Created: 2020-12-20T23:04:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T20:31:01.000Z (over 4 years ago)
- Last Synced: 2025-11-06T12:31:22.403Z (9 months ago)
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 50 by 50
