This is a pacman clone I built some years back when I was still learning to program. The implementation is based heavily on the Pacman Dossier.
Read how I ported my Java Game to work in the Browser using TeaVM.
- Run
./gradlew buildto build everything - Run
./gradlew runto run the desktop version as a Java Swing application - Run
./gradlew jarto build an executable JAR file underdesktop/build/libs/ - Run
./gradlew warto build the Web version underweb/build/libs/
game- the Game logic and it's abstractions. Most of this is untouched from when I originally wrote this.- Platform:
desktop- the Java Swing implementation, extracted from the original game. Runs on your desktop. - Platform:
web- the Web version built using TeaVM. Runs in the browser.
Pac-Man copyright to NAMCO Bandai, LTD and is their intellectual property.