https://github.com/shivammathur/pacman
Classic pacman game built in python using pygame
https://github.com/shivammathur/pacman
pacman pygame python
Last synced: 10 days ago
JSON representation
Classic pacman game built in python using pygame
- Host: GitHub
- URL: https://github.com/shivammathur/pacman
- Owner: shivammathur
- Created: 2019-08-18T06:48:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T08:57:44.000Z (about 6 years ago)
- Last Synced: 2025-07-05T08:44:03.274Z (4 months ago)
- Topics: pacman, pygame, python
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pacman
Classic pacman game built in python using pygame
![]()
## Setup
```shell script
pip install requirements.txt
```## Run
```shell script
python pacman.py
```## References
https://github.com/hbokmann/Pacman - Improved code and UI