Classic PAC-MAN game built with pygame. This project is a recreation of the iconic arcade game, featuring the original gameplay mechanics and design. Players can navigate the maze, collect pellets, and avoid ghosts to achieve the highest score. The game includes multiple levels, power-ups, and challenging AI to provide an engaging and nostalgic experience.
Working with pygame allowed me to explore game development concepts, such as collision detection, game loops, and sprite animations. I focused on optimizing game performance, implementing player controls, and designing interactive game elements to capture the essence of the original PAC-MAN game. This project was a fun and educational journey in game development and Python programming.