Pacman
Jump to navigation
Jump to search
This article has been marked for deletion by a wiki user for the following reason: Contains trademarked, potentially copyrighted assets.
Pacman | |
---|---|
| |
Genre | Arcade |
Latest release | 0.9 |
Release date | March 22rd, 2016 |
Code license | GPL |
P. language | C++ |
Library | SDL |
Contribute | |
Pacman is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well. |
Pacman is a pacman clone and very close to the original from Namco. One of the main goals of this clone is a SDL Application with very little use of CPU power. It is licensed under the terms of the GPL version 2 (or any later version).
Download[edit]
Linux
Windows
Release History[edit]
v0.9 level difficulty and highscore
- increase game speed
- increase difficulty per level (longer panic mode, shorter hunting mode, shorter bonus fruit time)
- highscore list with possibility to encrypt the list (see pacman --help)
v0.8 SDL2
- changed to SDL2
- command line parameters (see pacman -h for help)
- level number
- show remaining bonus fruits
v0.7 Game menu
- game menu with funny animations and with options menu and about info page
- toggle between window and fullscreen in options menu
- toggle between sound on and off
- q or escape to quit menu or game
v0.6 Performance and Sound
- more performance (means less CPU usage)
- sound
- fix memory leak
- code review
- cross platfom compilable
v0.5 initial release
- full playable version
References[edit]