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

Add ability to do a step-by-step generation #32

Open
JRIngram opened this issue Apr 21, 2020 · 0 comments
Open

Add ability to do a step-by-step generation #32

JRIngram opened this issue Apr 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@JRIngram
Copy link
Owner

Feature Request - Add ability to do a step-by-step generation

Describe the feature

Add ability to do step-by-step generation. This will allow a visualization of the algorithms to be created and used in other pieces of software.

Example user stories

As a package user
I would like to be able to generate the maze in a step by step fashion
So that I can create visualizations of the generation algorithms.

If this request is related to a problem, describe the problem

Currently it is impossible to show a visualization of the algorithms, making it more difficult to understand the algorithms and limiting the usage of the package. Currently only a maze (in string or JSON form) is output. It would be great if there was the option to output the maze (in string or JSON) whilst it was being generated.

It would allow for visualizations of the algorithms, such as the "step" option show here:
https://weblog.jamisbuck.org/2011/1/24/maze-generation-hunt-and-kill-algorithm#huntandkill

Alternate solutions to the problem

Example implementations of similar features

https://weblog.jamisbuck.org/2011/1/24/maze-generation-hunt-and-kill-algorithm#huntandkill

Additional context

@JRIngram JRIngram added the enhancement New feature or request label Apr 21, 2020
@JRIngram JRIngram self-assigned this Apr 21, 2020
@JRIngram JRIngram removed their assignment Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant