PDA

View Full Version : Random Dungeon Generation



Raskolnikov
21-02-2006, 03:14 AM
Anyone know of a (semi) decent random dungeon generation algorithm?

cairnswm
21-02-2006, 07:29 AM
Have you seen this?

http://www.aarg.net/~minam/dungeon.cgi

Includes a detailed explanation on how it works.

savage
21-02-2006, 09:31 AM
Have you seen this?

http://www.aarg.net/~minam/dungeon.cgi

Includes a detailed explanation on how it works.

Great link!

jdarling
21-02-2006, 09:16 PM
In case anyone wants a sample in Pascal, I've modified my Maze generation sample to create simple dungeions based on similar methods and properties of those in the site listed above. The source is in Lazarus, but should compile under Delphi just fine. Download link: http://www.eonclash.com/Maze/DungeonGenerator.zip. Includes compiled version of application and all source files.

Raskolnikov
24-02-2006, 09:54 PM
thank you both :)