Skip to content

eeeeeshpreet/Python-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A random maze generator and solver system built in Python

File Hierarchy MazeRunner - host the program |__ MazeMenu - Manage input and execution for the program |__ MazeGen - maze generation algorithm |__ BFS - solve the maze using breadth-first-search algorithm |__ AStar - solve the maze using A* formula |__ PQueueMan - priority queue manage for BFS

About

A random maze generator and solver system built in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages