Description: Pacman agent will find the path through the maze of the world, both to reach a designated location, but also to collect food efficiently. You need to build a general search algorithm and apply it to the Pacman scenario.
To Search:
File list (Check if you may need any files):
search
......\commands.txt
......\docs
......\....\eightpuzzle.html
......\....\game.html
......\....\ghostAgents.html
......\....\graphicsDisplay.html
......\....\graphicsUtils.html
......\....\keyboardAgents.html
......\....\layout.html
......\....\pacman.html
......\....\pacmanAgents.html
......\....\search.html
......\....\searchAgents.html
......\....\textDisplay.html
......\....\util.html
......\eightpuzzle.py
......\game.py
......\ghostAgents.py
......\graphicsDisplay.py
......\graphicsUtils.py
......\keyboardAgents.py
......\layout.py
......\layouts
......\.......\bigCorners.lay
......\.......\bigMaze.lay
......\.......\bigSafeSearch.lay
......\.......\bigSearch.lay
......\.......\boxSearch.lay
......\.......\capsuleClassic.lay
......\.......\contestClassic.lay
......\.......\contoursMaze.lay
......\.......\greedySearch.lay
......\.......\mediumClassic.lay
......\.......\mediumCorners.lay
......\.......\mediumDottedMaze.lay
......\.......\mediumMaze.lay
......\.......\mediumSafeSearch.lay
......\.......\mediumScaryMaze.lay
......\.......\mediumSearch.lay
......\.......\minimaxClassic.lay
......\.......\oddSearch.lay
......\.......\openClassic.lay
......\.......\openMaze.lay
......\.......\openSearch.lay
......\.......\originalClassic.lay
......\.......\smallClassic.lay
......\.......\smallMaze.lay
......\.......\smallSafeSearch.lay
......\.......\smallSearch.lay
......\.......\testClassic.lay
......\.......\testMaze.lay
......\.......\testSearch.lay
......\.......\tinyCorners.lay
......\.......\tinyMaze.lay
......\.......\tinySafeSearch.lay
......\.......\tinySearch.lay
......\.......\trappedClassic.lay
......\.......\trickyClassic.lay
......\.......\trickySearch.lay
......\maze.png
......\pacman.py
......\pacmanAgents.py
......\projects.css
......\search.html
......\search.py
......\searchAgents.py
......\textDisplay.py
......\util.py