A Visual maze solver using Turtle library in python. It uses BFS and Left-hand-rule approach to solve the Maze and visualizes the output using Turtle module in python
Black - Wall
Blue - Represents Explored Paths
Yellow - Correct Path
Red - Cursor
Green - Endpoint
Black - Wall
Red - Cursor
Green - Endpoint