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 project creates a maze in pygame (the dimensions can be modified, as well as the start and end nodes) and then a greedy pathfinding algorithm solves the maze. It can be visualized step by step to see how the algorithm creates the maze and solves it (slower) or it can skip visualization to create bigger mazes and solve them quickly.