PacmanController This class manages the game clock and player input.
PacmanModel This class handles game logic, movement methods, scoreboard, and entities.
PacmanView This class handles the displaying the GUI and graphics.
-
install gradle
-
clone the repo and
cd pacman-java -
gradle build -
gradle run