Skip to content

Basic maze generator and solver created with python3 using tkinter.

License

Notifications You must be signed in to change notification settings

SaferGo/maze-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze generator and solver


Hey there! This is a basic maze generator and solver created in python3 using tkinter.

Preview

g

Maze-generator algorithms:

  • Depth-first search
  • Minimum spanning tree (Prim's Maze Generator)

Maze-solver algorithm:

  • Depth-first search

Requirements

Building from source

$ python3 main.py

About

Basic maze generator and solver created with python3 using tkinter.

Topics

Resources

License

Stars

Watchers

Forks

Languages