
About
Pac-Man is Namco's 1980 arcade maze game (released in Japan as Puck Man), in which the player eats all the dots in a maze while avoiding four colored ghosts, with Power Pellets temporarily letting Pac-Man eat the ghosts instead. SwtPacMan is a Pac-Man clone written in Java by Michael Fogleman using the SWT (Standard Widget Toolkit) graphics library, packaged as an Eclipse project and tested on Windows 2000 and Windows XP.
Getting started
Requires the SWT library (swt.jar and the matching swt-win32 DLL) placed alongside the game files; it can be run from the command line with `java -cp bin;swt.jar com.mafoglem.pacman.Test`.