This game was an assignment for Object Oriented Software Design course, Ben Gurion University, July 2013.
The game was built on Java & Swing.
The AI module finds the shortest path between any monster and pacman using A* algorithm.
You can find the requirements file here.