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

Improve Maze Generation by Skipping Unsolvable Mazes #46

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

bknutson0
Copy link

Enhance maze generation functionality by introducing the ability to handle cases where maze generation fails. Previously, an unsolvable maze would cause an error and halt the process. With this update, such problematic mazes are gracefully handled by excluding them from the dataset instead of raising an error.

@afspies afspies requested a review from mivanit January 8, 2025 15:50
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.

1 participant