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 build
to build everything - Run
./gradlew run
to run the desktop version as a Java Swing application - Run
./gradlew jar
to build an executable JAR file underdesktop/build/libs/
- Run
./gradlew war
to 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.