A simple 2D Pac-Man clone built using Pygame. Control Pac-Man with your arrow keys (โฌ๏ธโฌ๏ธโฌ ๏ธโก๏ธ), eat all the pellets, and avoid the ghosts!
- โฌ๏ธ Up Arrow โ Move up
- โฌ๏ธ Down Arrow โ Move down
- โฌ ๏ธ Left Arrow โ Move left
- โก๏ธ Right Arrow โ Move right
Make sure you have Python and Pygame installed.
pip install pygame
- Clone or download this repository.
- Navigate to the project folder.
- Run the game with:
python packmannSUITmark4.py
Pacman-Game/ โโโ packmannSUITmark4.py # Main game file โโโ assets/ # Sprites, images, and sounds โโโ README.md # Project documentation
- Classic Pac-Man style gameplay
- Arrow key controls
- Pellet collection to score points
- Ghost enemies that chase Pac-Man
- Game Over screen when caught
- Add multiple levels
- Add power pellets to eat ghosts
- Add sound effects & background music
Built with โค๏ธ in Python (Pygame) by [Deon George].