/Maze-Solver

A circular maze solver using Image processing

Primary LanguagePython

Maze-Solver

A circular maze solver using Image processing. It has the following features.

  1. Takes a circular maze image as input.
  2. Finds a path from the center to the opening found at the outermost level.
  3. Shades the path found.