An open API service indexing awesome lists of open source software.

https://github.com/vinay0410/mazesolver

Solves Newspaper Like Mazes, while traversing provided markers ( checkpoints ) along the path
https://github.com/vinay0410/mazesolver

computer-vision maze maze-solver solve-mazes

Last synced: 8 months ago
JSON representation

Solves Newspaper Like Mazes, while traversing provided markers ( checkpoints ) along the path

Awesome Lists containing this project

README

          

# Maze Solver

This is a Maze Solver which uses Python(2.7) and OpenCv library to solve mazes
such as

![Square Maze](images/square_maze1.jpg?raw=true "Square Maze")
![Circular Maze](images/theta_maze1.jpg?raw=true "Theta Maze")

It also solves mazes with markers by traversing them to solve the maze in the shortest path possible

![Square Maze](images/square_maze2.jpg?raw=true "Square Maze")
![Circular Maze](images/theta_maze3.jpg?raw=true "Theta Maze")

Navigate to the respective directories to know more