A downloadable project

A quick dungeon generator that creates .csv files of dungeon room locations with exits in the cardinal directions. Use this to have a layout, then add a room generation system using the data given to fill in your dungeon. You will need to update your distance between rooms etc. as this is really just a dungeon layout.

Download

Download
ProceduralDungeonGenerator.zip 26 MB

Install instructions

Download the zip file, extract it and run the executable. Generated dungeon files will be saved in the executable directory under \GeneratedDungeons.

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

What does CLR mean?  CLosed aRea? like a wall. 

Empty - no room there. Needed to use CLR as Empty has E in it which is used for E in my comparissons.