Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 389 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 389 Bytes

PacMan

-Faculty Project- Course: Advanced Programming Methods

Implementation of a simple version of PacMan Game. I call it simple, because there are only two entities (no food to be eaten): the protagonist and the ghosts, where the ghosts move randomly. The only purpose of the game is to run and not to be caught by ghosts. Bonus: the number of ghosts and their speed can be adapted.