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
- Simplified version of a single ghost (Blinky)
- Full collisions with the maze, ghost, normal pellets and power pellets
- Support for moving around the edge of the board for both Pacman and pellets
Prerequisite: Python installed (https://www.python.org/downloads/)
- Create a new directory and navigate inside
- Clone the github repository
git clone https://github.com/ethanCKJ/infpals-pacman.git
- Install Pygame (https://pypi.org/project/pygame/)
pip install pygame
- Run pacman.py by double clicking on the file or opening it in a code editor then running. Control pacman with WASD keys.