Project Tag: AI
-
Ms. Pac-man AI
Utilizing the Java framework provided by the pacman vs ghosts competition myself and a teammate wrote AI controllers for both the player and ghost agents. In order to control the player agent a state machine architecture was employed. The states defining player behavior were divided between keeping the player alive, by avoiding the ghost enemies,…