/pacman

A python pacman implementation of search and searchAgents of a pacman game

Primary LanguagePython

COM422-ASSIGNMENT

PACMAN GAME ASSIGNMENT

Problems implemented

  1. breadth first search
  2. depth first search
  3. astar search
  4. uniform-cost graph search algorithm
  5. CornersProblem search