Skip to content

A Visual maze solver using Turtle library in python.

License

Notifications You must be signed in to change notification settings

KlrShaK/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Solver

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

BFS Output

image

Black - Wall

Blue - Represents Explored Paths

Yellow - Correct Path

Red - Cursor

Green - Endpoint

Left-hand-rule Output

image

Black - Wall

Red - Cursor

Green - Endpoint

About

A Visual maze solver using Turtle library in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages