Skip to content

a Project to construct a randomised maze and solve it using Python Tkinter library

Notifications You must be signed in to change notification settings

sham-nt/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

A Project to construct a randomized maze and solve it using Python, Tkinter library


A maze is constructed randomly after initialising the Cells on the tkinter window

Screenshot 2023-01-31 at 8 20 11 PM


A solver is activated after the maze is setup, which recursively searches for the end of the maze where,

  • The red line indicates the correct path of the maze
  • The grey line indicates the incorrect path

Screenshot 2023-01-31 at 8 20 24 PM


The terminal indicates the creation of the maze and notifies the user if the randomly generated maze is solvable or not..

Screenshot 2023-01-31 at 8 25 39 PM

About

a Project to construct a randomised maze and solve it using Python Tkinter library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages