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.
- In the top right, click code, and download as zip
- Extract the zip to a directory of your choosing
- Run the game by going to the directory and typing "python pacman.py"
- 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
- Pac-Man Dossier - strategy of the ghosts movement
- HTML5 Pacman
- PyGame tutorials
- How To Write a Pacman Game in JavaScript
- Original Pacman game
Twitter: https://twitter.com/hbokmann