Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

CristopherH95/CPSC-386-PacMan-Portal

Repository files navigation

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

About

PacMan with a portal twist, for CPSC-386 Game Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages