An interactive path finding visualizer built with React and JavaScript. Visualize algorithms like BFS, DFS, Dijkstra's, and A* in real-time on a dynamic grid.
AI Escape Game using BFS & Minimax Overview A grid-based AI game developed using Python and Pygame where an intelligent enemy uses the Minimax algorithm while BFS provides shortest-path hints to the ...