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

WIP: New generation steps #222

Closed
wants to merge 2 commits into from
Closed

Conversation

fcheadle
Copy link
Collaborator

Addresses issue #218, and details are included there.

Includes four new generation steps:

  1. Spiral - carves a walkable, spiral tunnel out of non-walkable space
  2. Parallelogram - creates a grid of small, regular parallelograms
  3. Backrooms - Creates an irregular area of rooms of varying sizes
  4. Composite - Sections the map into a big grid of regions, and then performs a different generation step on each region that is within the map.

Created as a Work in Progress because these steps do not conform to the preferred style of GoRogue's steps, however, we need them in GoRogue's codebase so that we can clean up the integration library for alpha release sooner.

@fcheadle
Copy link
Collaborator Author

fcheadle commented Oct 2, 2021

Closing this as the building blocks mentioned are not particularly valuable. See This issue

@fcheadle fcheadle closed this Oct 2, 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

Successfully merging this pull request may close these issues.

Incorporate new Generation Steps from the Integration Library into GoRogue
1 participant