Skip to content

juancmontes/Pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman in Python with PyGame

This is a very minimal implementation of the Pacman game, having only one level and without ghosts strategy, not even with random movements (yes, the routes are programmed). However, we may improve this game in the future and everyone else interested can feel free to fork and contribute to this project.

Download installer from here: https://github.com/hbokmann/Pacman/blob/master/pacman.exe

Pacman Game Window

Future development

  • Fix Pacman's movement
  • Ghosts moving algorithm and artificial intelligence
  • Better design
  • Better algorithm for the walls
  • Additional levels?

Tested with PyGame 1.9 and Python 3.2 32bit

Additional resources

Support or Contact

Blog: http://www.bokmann.com

Twitter: https://twitter.com/hbokmann

Email: hans@bokmann.com

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%