Pacman – classic arcade game. Use the arrow keys to navigate and eat all the white food. Watch out for red ghosts that roam the maze.
This game is developed using python.
Install turtle and winsound if not installed
- pip install turtle
- pip install winsound (only in windoows os)
Run Game
- Download the zip file and extract to desired destination
- Open the folder in pycharm or vscode
- open main.py
- In terminal run the code with command python main.py