--Maze Generator--

Generates a maze using a JSON format in which the top left corner = (0, 0) and the bottom right corner is (width-1, height-1)

The number of cells that the maze will have horizontally

The number of cells that the maze will have vertically

The probability that the maze will be stricter with the pathing

The probability of spawning weighted directional cells with values (1-10)

------------------------------------------------------------

The names of the files to download. If File Name is null, returns UUID4

Check to also display the generated maze image along with the JSON

The maze files to download

Do not Download