Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roopesh519/pacman-game
- Owner: Roopesh519
- Created: 2024-01-16T06:38:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T04:09:25.000Z (7 months ago)
- Last Synced: 2024-11-10T16:18:18.955Z (about 2 months ago)
- Topics: game-development, python, turtle
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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