TO RUN PROGRAM RUN: 'maze_solver.py'
Task: Finds a path through the maze
INPUT: - Input needs to be an image of the maze. - Image should be present in the ./inputs/ directory
INPUT MAZE LIMITATIONS: - Maze should start from the top left. - Maze should end at the bottom right.
GENERATING MAZE: - Generate maze from : https://keesiemeijer.github.io/maze-generator/#generate
OUTPUT: - Output would be a .gif which will be found in the ./outputs/ directory