Skip to content

praneetmehta11/maze-solver

Repository files navigation

Maze-solver

Maze solver implementation in Python.

This is UI based application which takes a maze image as an input. Then with the help of UI, you can mark the start point and the endpoint on the maze after that this application will try to find the shortest path between the start point and the endpoint and draw the shortest path if it exists.

The image of the maze can be hand-drawn or digital.

Screenshot

Maze solver screenshot

Dependencies

* tkinter
* cv2
* pillow 

To run this application

py mazeSolver.py

Releases

No releases published

Packages

No packages published

Languages