For those of you not familiar with Pacman, it's a game where Pacman (the yellow circle with a mouth in the above figure) moves around in a maze and tries to eat as many food pellets (the small white ...
pac_man_project/ ├── main.py # File principale per avviare il gioco ├── requirements.txt # Dipendenze del progetto ├── README.md # Documentazione ├── config/ # Configurazioni del gioco │ ├── ...