This page reflects my fascination with generating mazes by computer. The standard square based maze is quite simple but the "number" maze is a lot more complicated. See if you can draw out it's structure for more than a few steps in any direction.
|
This always draws the same maze. It uses a mathematical relationship (described on the 3x+1 pages) to tie the first 4 million or so integers into a network that locally looks like it's based on a square grid but globally is much more complicated. The best way to play it is to think of a number (less than 4 million) and see if you can find it. |