/Multi-Agent-Pac-Man

Implementation of AI agents for the classic version of the Pac-Man game utilizing minimax and expectimax search, coupled with a uniquely crafted evaluation function. Agents include Pac-Man itself, as well as all of its adversarial agents (ghosts). Contains solutions of the "Games" assignment of Stanford's CS221 course.

Primary LanguagePython

No issues in this repository yet.