Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph: Allow dungeon to graph and graph to dungeon #9

Open
3 tasks done
vantreeseba opened this issue Jan 19, 2021 · 0 comments
Open
3 tasks done

Graph: Allow dungeon to graph and graph to dungeon #9

vantreeseba opened this issue Jan 19, 2021 · 0 comments
Assignees

Comments

@vantreeseba
Copy link
Member

vantreeseba commented Jan 19, 2021

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:

  • Ensure region detection is working well enough to get regions.
  • Think about region data structure, and what it should know.
  • Store regions in a graph node, connect edges with door tiles on region to region edges.
@vantreeseba vantreeseba self-assigned this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant