Pacman is a classic arcade game developed by Namco in 1980. It has since become one of the most iconic and recognizable video games in history. The game features a yellow, circular character called Pacman, who must navigate through a maze, consuming pellets while avoiding colorful ghosts. This game currently features 5 levels that get progressively harder, try to beat them all!
- Use the arrow keys (Up, Down, Left, Right) to navigate Pacman through the maze.
- The objective is to eat all the dots while avoiding the ghosts.
- Be careful! If a ghost catches Pacman, you lose.
Before running the program, ensure you have pygame installed.
You can install these libraries using pip
, make sure python is installed on your machine:
pip install pygame
- Clone this repository to your local machine:
git clone https://github.com/RajPandya737/Pacman.git
- Change to the project directory:
cd Pacman/Pacman
- Run the program:
python main.py