Results 1 to 10 of 28

Thread: cavern generator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Wip cavern generator

    i thought i'd post a first look at what i'm currently working on,
    adding caverns to my random dungeon generator.

    i'm using the cellular automata algorithm from roguebasin for the rough layout,
    and making repeated passes at increasingly finer resolution to achieve the final cavern.

    the next step is improving performance. 13 seconds for a small dungeon at screen
    resolution is a bit much, and generating a print resolution map is crazy.
    after that, parsing the rough layout for rooms.

    Click image for larger version. 

Name:	4c89c55a0a000066.gif 
Views:	296 
Size:	12.9 KB 
ID:	29085 Click image for larger version. 

Name:	4c89c7e10a000066.gif 
Views:	257 
Size:	12.9 KB 
ID:	29086
    Last edited by drow; 09-10-2010 at 01:54 AM.
    >>< drow ><<

Tags for this Thread

Posting Permissions

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