jnickg / dungen-core

.NET Core implementation of DunGen
GNU General Public License v2.0
0 stars 0 forks source link

[BUG] LinearRecursiveDivision broken #40

Closed jnickg closed 3 years ago

jnickg commented 3 years ago

Describe the bug It appears that LinearRecursiveDivision does not always make a contiguous dungeon. Instead, it sometimes breaks it up as shown below.

To Reproduce Steps to reproduce the behavior:

  1. Create a 25x25 empty dungeon
  2. Run a generator (default parameters) with a single run of LinearRecursiveDivision (default mask)
  3. Render the dungeon
  4. See error

Expected behavior Something more akin to BlobRecursiveDivision: the maze is congituous: image

Screenshots image