A small project to learn Python.
The script solves mazes similar to Maze Generator
- Download a maze image from www.mazegenerator.net or use from Maze_example folder
- Run
maze_solver.py
- The programm will ask you to enter with the path to the maze image and to enter with the size of the mesh.
To run one of the examples, type the input
Maze_examples/20 by 20 orthogonal maze.pngand then20 20.
- An image of the solution will be saved in the current folder. Following the example: "20_by_20_solved.png"

