Skip to content

luigiMinardi/bootdotdev-maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver in Python with TK

Generating and solving a maze using a depth-first traversal algorithm in python.

You need to have TKinter installed for it to work.

Running

After being on the project directory

python -m venv .venv

Start the venv

Unix-like

source .venv/bin/activate

Windows

.venv\Scripts\activate.bat

Run the code

python main.py

About

Maze Solver algorithm in python using DFS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages