Pac-Man
July 2024
- Computer Graphics
- OpenGL
- Game AI

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.