/RanDun

A collection of roguelike procedural dungeon generation algorithms written in C/C++

Primary LanguageC++

RanDun

RanDun is a simple suite of procedural dungeon generation algorithms, such as those you might encounter in old-school roguelikes, written in C++.

This first batch of algorithms includes Dunkard's Walk, and Cellular Automata.

There is still much to improve in my implementation of these algorithms, but they are all under the MIT License, so feel free to use them at your leisure (and improve them if you feel so inclined).