HTML Doo Dads and Miscellaneous

Landing spot for various and random HTML pages that do 'things'

Maze Generator (Circular)
Based on the Maze Generator from CodingTrain #10

This version also generates the maze in a circular arrangement of cells.

It also has a few other hot-key features for solving, showing cell 'length', pause, and flipping between the rectangular and circular arrangements.

Example #1 -- Simple 10x10
Example #2 -- Simple 10x10, shown in Black & White.

Key Operation
[Space] Pause the maze creation
"B" Draw maze as black lines on white bg, solution line is dashed.
"C" Flip between showing maze as circular or rectangular arrangement
"L" Show the stack size for each cell
"S" Show the solution for the maze.