This project generates a random maze then an agent finds its path from the starting state to the target state using DFS, BFS, or A* algorithms.
astar-algorithm pathfinding search-algorithms dfs-algorithm bfs-algorithm astar-visualization bfs-visualization dfs-visualization
-
Updated
Jul 12, 2024 - Python