Pacman is a simple game written on Pygame. The game was created as a learning project to explore the possibilities of Pygame and develop game applications.
This is a very minimal implementation of the Pacman game, having only one level and without ghosts strategy, not even with random movements (yes, the routes are programmed). However, we may improve ...