Skip to content

UltraViolet33/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze solving algos

Maze generator and solver using breadth first search, depth first search or greedy best first search algorithms.

Made with Pygame.