Pacman

From Libregamewiki
Jump to navigation Jump to search
Pacman
Pacman.png
GenreArcade
Latest release0.9
Release dateMarch 22rd, 2016
Code licenseGPL
P. languageC++
LibrarySDL
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]


External links[edit]