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

More coloring modes #10

Open
6 tasks
mjrlowe opened this issue Jun 22, 2020 · 0 comments
Open
6 tasks

More coloring modes #10

mjrlowe opened this issue Jun 22, 2020 · 0 comments
Labels
enhancement An improvement on an already existing feature

Comments

@mjrlowe
Copy link
Owner

mjrlowe commented Jun 22, 2020

Currently we have two coloring modes: "normal", which is just one color, and "distance", which colors the cells according to the distance from a certain point.

Here are a few ideas for some other coloring modes that might work well:

  • Number of neighbors
  • Number of times visited
  • Direction (or direction bias if that ever gets added)
  • Set (particularly for Kruskal's but could work for other algorithms like Eller's)
  • Order added/connected
  • Order you would pass them if you went from the start using the left/right wall following method.
@mjrlowe mjrlowe added the enhancement An improvement on an already existing feature label Jun 22, 2020
@mjrlowe mjrlowe added this to 1.0.0 in Planned Features Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement on an already existing feature
Projects
Development

No branches or pull requests

1 participant