This project implements a maze solving system based on the Depth-First Search (DFS) algorithm and explores bio-inspired optimization techniques to improve traversal efficiency. The system compares ...
Main file to run is run.py Algorithm file is in ghost.py A* for Blinky and Inky BFS for Clyde DFS for Pinky ...