Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roopesh519/pacman-game

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.
https://github.com/roopesh519/pacman-game

game-development python turtle

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Pacman-game
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
1. Download the zip file and extract to desired destination
2. Open the folder in pycharm or vscode
3. open main.py
4. In terminal run the code with command
python main.py