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
- Host: GitHub
- URL: https://github.com/vinay0410/mazesolver
- Owner: vinay0410
- Created: 2017-04-19T11:04:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T11:08:34.000Z (about 9 years ago)
- Last Synced: 2025-01-16T00:39:16.279Z (over 1 year ago)
- Topics: computer-vision, maze, maze-solver, solve-mazes
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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


Navigate to the respective directories to know more