Skip to content

JnyJny/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pacman

This is an unfinished pacman written in python using the pygame framework.

Screenshot

It's interesting for a couple of reasons, despite being unfinished:

  1. State machine driven
  2. Maze constructed from text file description
  3. 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.

Font

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

About

Python Pacman implementation using pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages