News

AI Maze Solver visually demonstrates pathfinding algorithms (BFS, DFS, A*) navigating procedurally generated mazes. Built with Python/Tkinter, it shows real-time algorithm exploration and solutions.
🧠 How to Use Select an algorithm from the dropdown (A*, Dijkstra, BFS, DFS). Drag the green (start) or blue (goal) circle to reposition. Click grid cells to toggle obstacles (red squares). Click “Run ...