jmpeax 20 minutes ago

The description of the algorithm is frustratingly confusing.

"Now pick another random black dot to start from and color it white too. From this black dot" from which black dot, the white one?

"single step in a random direction, coloring the new dot white and drawing a line between the two dots". How big of a step is we need to draw a line? Ok, so where not talking about pixels, and where drawing black and white dots on a background of... let's imagine grey?

"backtrack along your path until you’re back at the dot that you were trying to color white" does this algorithm ever terminate in any tractible time?

drob518 2 hours ago

This page has similar visualizations and explanations of multiple (wildly different, in some cases) maze generation algorithms. It’s hypnotic to watch them run.

https://professor-l.github.io/mazes/

bigjobby 2 hours ago

This is what I come to HN for. Bravo

  • leakycap 2 hours ago

    Was it the example or the text for you?