Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 422 Bytes

File metadata and controls

8 lines (6 loc) · 422 Bytes

AI-Pacman

Python

Implementing several Algorithms to make Pacman find its Path, eat all Dots, kill all Enemies in an efficient manner.

We will see how using different methods affect the run time and complexity of Pacman.