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
This is a python project to solve a maze, generated using the dfs algorithm, using the bfs algorithm. The maze and the solution path are visualized using the "pygame" module.