Created by Shrey Chowdhary
Randomly Generated Maze using Recursive Backtracking.
It then flood fills to find the distance of each cell from the center.
Then from the exit it finds the cell with the lowest distance and repeats till it reaches the center.
Your browser does not support the HTML5 canvas tag.