Pacman_AI_Barkeley_Project
This repository contains an implementation of the classic Pacman game, enhanced with various AI search algorithms. The game offers an immersive experience of controlling Pacman through mazes while utilizing different search algorithms, including BFS (Breadth-First Search), DFS (Depth-First Search), A* (A-star), and Uniform Cost Search.