In this project, you will design agents for the classic version of Pacman, including ghosts. Along the way, you will implement both minimax and expectimax search and try your hand at evaluation function design.
Files edited by me: multiAgents.py
Custom code marked by: "*** YOUR CODE HERE ***"