You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python code that generates mazes using depth first search. Also solves the maze using the A* search algorithm. Utilizes the pygame module to draw the maze to the screen.
About
Python code that generates mazes using depth first search. Also solves the maze using the A* search algorithm.