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.
You have to compile the Linux version on your own. For this, you'll need
- libsdl
- sdl-image
- sdl-ttf
- and sdl-mixer.
Then, download the zip file or clone the pacman repository. Inside the pacman directory,
- prepare the compilation:
./configure - compile the game:
make - install the game:
make install
You should now be able to start the game via command line: pacman
Pacman is licensed under the terms of the GNU General Public License version 2 (or any later version).
