Skip to content
← All projects

Pac-Man

July 2024

Pac-Man

About

A complete Pac-Man game implemented from scratch with Python and OpenGL as my Computer Graphics course project.

Features

  • Ghost AI driven by a greedy algorithm that chases Pac-Man through the maze.
  • Collision detection between Pac-Man, ghosts, walls, and collectibles.
  • Teleporting pathways on the edges of the maze.
  • Power-ups that flip the gameplay: after eating one, Pac-Man can hunt the ghosts.

Tech Stack

  • Python
  • OpenGL