dungen icon indicating copy to clipboard operation
dungen copied to clipboard

Graph: Allow dungeon to graph and graph to dungeon

Open vantreeseba opened this issue 4 years ago • 0 comments

What it does

Set up a system where a graph (given the correct graph structure and data), can be given to the generator for some kind of generation to occur with (i.e. "prefab room placements with doors").

Also allow output from a generated dungeon on which region detection or other analysis has been done.

Implementation:

  • [x] Ensure region detection is working well enough to get regions.
  • [x] Think about region data structure, and what it should know.
  • [x] Store regions in a graph node, connect edges with door tiles on region to region edges.

vantreeseba avatar Jan 19 '21 18:01 vantreeseba