A Pac-Man-inspired multiplayer Java game built as a 4-person group project — features a custom maze, AI opponents, and Maven-based build.
A reimagining of Pac-Man as a "thief vs. cops" game. The player navigates a procedurally laid-out maze collecting loot while AI-controlled cops pursue them. Built in Java with Maven and a JUnit test suite.
- Antonio Benzan
- Daniel Dai
- Sahil Janjua
- Matthew Maxwell
Instructions To compile run
mvn compile
Once compiled to test run
mvn test
Once compiled to execute the program run
mvn assembly:single
cd target
java -jar project-1.0-SNAPSHOT-jar-with-dependencies.jar