• home
  • about
  • contact
  • projects

projects/maze

number of cells: 15 x 15

More info:

The maze is limited to 50 x 50 cells as it's exponentially slower to render in a browser at larger sizes, and it doesn't read very well either with too many cells (Although, you can make pretty big ones fairly easily tbh!)

It is created programmAtically each time using a Kruskal's Algorithm based method. Read more here.

One of the positives of this method is the randomised nature of the paths layout, which makes it look quite hectic at first glance. The drawback, however, is that it tends to create lots of little dead-ends which can be easy to navigate around when solving.

Style over substance basically.

If you want some to print out, then crack on.

I've got it up online via AWS amplify here.