Maze maker
Put in a space seperated list of integers. The first two numbers are the heigth and the width of the maze respectively, the third is the seed and is optional. UNIX time is used as seed when no seed is given.
Mazes that are too big will crash the program and then you'll need to reload the page. For exampple when using the seed '567' the max size is 133x133, both 134x133 and 133x134 will crash the code. The max size is dependent on the square of the inputs and the 'complexity' of the randomly generated path. This means that 133x135 will work because the side paths are shorter and 500x10 will also work.
Generated maze: Error