else/DungeonGenerator
Voussoir f6deddab8c else 2015-09-03 14:09:35 -07:00
..
README.md else 2015-09-03 14:09:35 -07:00
dungeongenerator.py else 2015-09-03 14:09:35 -07:00
example001.png else 2015-09-03 14:09:35 -07:00
example002.txt else 2015-09-03 14:09:35 -07:00
example003.png else 2015-09-03 14:09:35 -07:00
example004.png else 2015-09-03 14:09:35 -07:00
example005.png else 2015-09-03 14:09:35 -07:00
example005.txt else 2015-09-03 14:09:35 -07:00

README.md

Dungeon Generator

Generates dungeons that could be used in a video game or something. Isn't that great?

The results tend to look a little bit dumb, but it seems to work.

Things that I'm not yet 100% confident about:

  1. That all rooms will always be in a contiguous network. Looking good so far.
  2. That no tunnels will dig into the wall of a room (with no padding between wall and tunnel). Seems good so far.
  3. Whether or not I will come up with a good solution to the tunnels getting close to each other and forming a double-wide. No immediate plans for this one.