Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 302 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 302 Bytes

The-Searching-Pacman

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.