Results 1 to 5 of 5

Thread: Random Dungeon Generation

  1. #1

    Random Dungeon Generation

    Anyone know of a (semi) decent random dungeon generation algorithm?

  2. #2
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Random Dungeon Generation

    Have you seen this?

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

    Includes a detailed explanation on how it works.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  3. #3

    Random Dungeon Generation

    Quote Originally Posted by cairnswm
    Have you seen this?

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

    Includes a detailed explanation on how it works.
    Great link!
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    Random Dungeon Generation

    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.

  5. #5

    Random Dungeon Generation

    thank you both

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •