Pacman game with a Portal twist
Written By: Cristopher Hernandez
REQUIRED: pygame, python 3.5+
if pygame is not installed, simply run
pip install pygame
OR
pip install -r requirements.txt
TO RUN: execute pacman_game.py (e.g.: run 'python pacman_game.py')
IMAGES: made using piskel (https://piskelapp.com), with any additional editing using Gimp (https://www.gimp.org/)
AUDIO: made using BeepBox (https://www.beepbox.co/), with any additional editing using Audacity (https://www.audacityteam.org/) With the exception of the PacMan Intro theme song
NOTES:
Arrow keys move PacMan through the maze. 'Q' creates an blue portal, 'W' creates an orange portal.
This game requires read and write access to the file system. It will need to read asset files to display images and play sounds. It will need write access to dump the high score into a file for future play sessions.
Custom font used is LuckiestGuy-Regular by 'Astigmatic' found here: https://fonts.google.com/specimen/Luckiest+Guy