/Maze-Solver

Solves the maze from an input image using Breadth First Search.

Primary LanguagePython

Maze-Solver

Solves a maze from an input image.

Clone the repo, rename your maze image as "maze.png" and run main.py.

Solved maze is saved as "MazeSolved.png".

Dependencies

  • Python 3
  • Pillow

Input Image

alt text

Output Image

alt text