Skip to content

infpals/BigProject2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Pacman in Pygame big project

I am a member of infPALS which is a peer learning scheme where 2nd year students help teach useful skills to 1st year students e.g. Git, Command line, Haskell. I volunteered to create the end-of-semester big project this year under the supervision of Elliot. Game features

  1. Simplified version of a single ghost (Blinky)
  2. Full collisions with the maze, ghost, normal pellets and power pellets
  3. Support for moving around the edge of the board for both Pacman and pellets

Installation

Prerequisite: Python installed (https://www.python.org/downloads/)

  1. Create a new directory and navigate inside
  2. Clone the github repository
git clone https://github.com/ethanCKJ/infpals-pacman.git
  1. Install Pygame (https://pypi.org/project/pygame/)
pip install pygame
  1. Run pacman.py by double clicking on the file or opening it in a code editor then running. Control pacman with WASD keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages