Welcome to Birney's own Pacman game!
Source from Pacman by David Reilly, with contributions by Andy Sommerville (2007)
Github project page: https://github.com/greyblue9/pacman-python
Personal project page: http://pinproject.com/pacman/pacman.htm
Requirements: Python 3.x
Simply double-click on the launch.bat script
- Open a terminal (
Ctrl+Alt+T
for Linux,Cmd+Space
and typeterminal
for Mac) - manually install the pygame dependency:
pip install pygame
- navigate to the main folder of the game (something like
cd ~/Downloads/Birney-pacman-master
) - then you can launch the game:
python pacman.py
- Open a terminal (
Ctrl+Alt+T
for Linux,Cmd+Space
and typeterminal
for Mac) - navigate to the main folder of the game (something like
cd ~/Downloads/Birney-pacman-master
) - make the launch.sh script executable:
chmod u+x launch.sh
- launch the game through the script:
./launch.sh
- Open a terminal (
Ctrl+Alt+T
for Linux,Cmd+Space
and typeterminal
for Mac) - navigate to the main folder of the game (something like
cd ~/Downloads/Birney-pacman-master
) - install the dependencies:
python setup.py install
- then you can launch the game:
python pacman.py
Fanny Defranoux - 2021