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

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

Awesome Lists containing this project

README

          

# Pacman
Classic pacman game built in python using pygame

pacman gameplay win pacman game

## Setup
```shell script
pip install requirements.txt
```

## Run
```shell script
python pacman.py
```

## References
https://github.com/hbokmann/Pacman - Improved code and UI