Skip to content

Pacman Portal game, based on the classic Pacman game, and the classic Portal (3d) game. Pacman goes around a 2d maze eating points, while four ghostschase him and try to eat him. Four power points (in the corners of the maze) cause the ghosts to change to blue and run away. Pacman can then eat the ghost, and its eyes will run to the ghost spawni…

Paddenmatt/CPSC-386-Pacman

Repository files navigation

CPSC-386-Pacman

Pacman Portal game, based on the classic Pacman game, and the classic Portal (3d) game. Pacman goes around a 2d maze eating points, while four ghostschase him and try to eat him. Four power points (in the corners of the maze) cause the ghosts to change to blue and run away. Pacman can then eat the ghost, and its eyes will run to the ghost spawning location at the center of the screen. Pacman also has a portal gun (orange and blue portals) to allow him to transport from one portal to another. The portals then close; the ghosts can't transport.

Know Before You Play

  1. The menu is controlled by the arrow keys. Press "Enter" to select and "Backspace" to go back.
  2. The game is paused until the player is ready. The player must press "Spacebar" to unpause and begin playing Pacman.

Prerequisites: Must have pygame and numpy installed

Install pygame and numpy:
python3 -m pip install -U pygame --user
python3 -m pip install numpy

In-Game Controls

W - UP
A - Left
S - DOWN
D - RIGHT
SPACEBAR - PAUSE/UNPAUSE

Menu Controls

ARROW UP - UP
ARROW DOWN - DOWN
ENTER - SELECT
BACKSPACE - GO BACK

Prerequisites: Must have pygame and numpy installed

Install pygame and numpy: python3 -m pip install -U pygame --user python3 -m pip install numpy

In-Game Controls

W - UP
A - Left
S - DOWN
D - RIGHT
SPACEBAR - PAUSE/UNPAUSE

Menu Controls

ARROW UP - UP
ARROW DOWN - DOWN
ENTER - SELECT
BACKSPACE - GO BACK

Contributors

  1. Matthew Padden
  2. Kevin Ortiz
  3. Daniel Cazarez
  4. Aditya Shah

About

Pacman Portal game, based on the classic Pacman game, and the classic Portal (3d) game. Pacman goes around a 2d maze eating points, while four ghostschase him and try to eat him. Four power points (in the corners of the maze) cause the ghosts to change to blue and run away. Pacman can then eat the ghost, and its eyes will run to the ghost spawni…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages