搜索资源列表
Pacman
- source code for Pacman game in python language ,enables you to creat a agent and modify it for your own algorithm
search
- A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t