Skip to content
/ pacman Public
forked from ebuc99/pacman

Yet another pacman clone in C/C++ and SDL.

License

Notifications You must be signed in to change notification settings

elahav/pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

in-game screenshot

This is a clone of the original pacman by Namco, as I remember, that I played for the first time on an Atari 130 XL in the early 90s.

Also, Paul Neave's pacman clone has inspired me greatly.

One of the main goals of this implementation is an SDL application with a very low CPU usage.

Install hint

You have to compile the Linux version on your own. For this, you'll need

  • libsdl2
  • sdl2-image
  • sdl2-ttf
  • and sdl2-mixer.

(make sure to take the devel packages) Then, download and extract the zip file or clone the pacman repository. Inside the pacman directory, run

./configure
make
make install

For more detailed instructions, you may also have a look at the INSTALL file.

After a successful installation, you should be able to start the game via command line: pacman

License

Pacman is licensed under the terms of the GNU General Public License version 2 (or any later version).

About

Yet another pacman clone in C/C++ and SDL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.9%
  • C++ 15.6%
  • Makefile 13.2%
  • M4 8.1%
  • C 0.2%