This is an unfinished pacman written in python using the pygame framework.
It's interesting for a couple of reasons, despite being unfinished:
- State machine driven
- Maze constructed from text file description
- Much of the design detail was stolen shamelessly from the excellent Pacman deconstruction, Pacman Dossier
In it's current state, the Puckman can be manuvered through the maze and eat dots (regular and power). The ghosts are placed in the maze, but they are largely unfinished: no sprite animations, no movement, no direct interaction with Puckman. There is stubbed out support for the various scenes found in the arcade version of Pacman ( attract, intermissions, end game ), but nothing beyond that.
The implementation depends on the excellent free/libre TrueType font "Press Start 2 Play" which you can download from: http://www.zone38.net/font/pressstart2p.zip