Pacman Search

Project Details

In this project, we try to help our Pacman find paths through the maze, either to reach a particular location or to collect food efficiently. Some of the algorithms we implemented include breadth first search, depth first search, uniform cost search, and A* search.