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
The project Path Finder is a demonstration of finding the shortest path while avoiding obstacles using AI (Artificial Intelligence). A* algorithm is used for finding the shortest path, Pygame, and Tkinter for visualization of the whole process.