Welcome to the Dungeons & Dragons © random dungeon generator! Configure the dungeon by selecting from the options below, and then click the "Generate Dungeon" button to see the result.
Not sure what the different options mean? Click on their names to see a window describing what each one does, and how they modify the dungeons that are generated.
Curious as to how this generator works? Check it out here: Random Dungeon Design: The Secret Workings of Jamis Buck's Dungeon Generator. By popular demand, I've put together a document describing it in relatively general terms, so that (hopefully) non-programmers can come away from it with an idea of what the generator does.
Like this generator? Get the offline version here! (alternate link) (Windows only)
Are you a programmer? Would you like to download and tinker with the source code for this generator? The C and C++ source code may be downloaded here: Core Code and Web Interface, Windows Interface. Download both parts for the windows version. You will also need to download and compile the qDecoder CGI library if you want to compile the Web version, and the GD graphics library for both versions.