Simple implementation of the classical Pacman game written in java.
Supports
- sprite-based graphics,
- sound,
- level progression,
- highscores,
- various buffs.
Just import into any Java IDE (e.g. IntelliJ) and run ui/Main.java. Control by pressing and holding up/down/left/right arrow keys.
Some of the code was written by Nicolas Acero.