Skip to content

This is the final project I wrote for CS140 Intro to Python Programming, the end result is a simple first Pacman level, with varying AI for each ghost

Notifications You must be signed in to change notification settings

GabrielDGomes/Pacman_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman_Final_Project

This is the final project I wrote for CS140 Intro to Python Programming. It is a simpler version of pacman, keeping its essence, the player controls pacman with joystick mile motions, with the arrow keys, and collects points while avoiding the ghosts, which each has a different AI configuration.

The code was mostly done using pygame, for making the visuals and commands of the game. As well as support from math, and copy functions.

The project was solely done by me, except for character designs(ghosts and pacman)

It should be noted that ghost AI algorythm is not perfect, and has bugs

How to Install and Run

  1. Download ZIP file
  2. Extract ZIP into a folder
  3. make sure python3 and pygame are installed
  4. Run pacman.exe

About

This is the final project I wrote for CS140 Intro to Python Programming, the end result is a simple first Pacman level, with varying AI for each ghost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages