Maze solver implementation in Python
First of all run easy_install PIL
command to install PIL namespace which contains Image module
To run the maze solver, open the terminal console and type on the root directory of the project:
python mazesolver.py <mazefile> <outputfile>[.jpg|.png]
A green coloured path will be drawn in <outputfile>[.jpg|.png]
.