-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
algorithmThis problem is a general problem related to the algorithm executionThis problem is a general problem related to the algorithm executionbugBugBugmazeThis is related to one of the maze algorithmsThis is related to one of the maze algorithms
Description
What happened?
When running Ellers algorithm the vertical passages are only being carved once the current row has created all the horizontal passages. That means a row gets processed twice which differs a bit from the description of it.
Although the resulting maze is correct it increases the iterations needed.
Reproduction steps
- Start Ellers algorithm
- Basically there already
Version
1.2.3
What browser did you use?
Chrome, Firefox
Screenshots (optional)
Console Logs (optional)
Metadata
Metadata
Assignees
Labels
algorithmThis problem is a general problem related to the algorithm executionThis problem is a general problem related to the algorithm executionbugBugBugmazeThis is related to one of the maze algorithmsThis is related to one of the maze algorithms
