Home - rotemish7/OOP_Ex3-4 GitHub Wiki
Welcome to the OOP_Ex3-4 wiki!
In this project we implemented a "pacman" game on a directional Graph.
The aim of the game is to get as much points as you can in the given time.
You have 24 different scenarios, in each scenario you have a different number of robots and fruits you can eat, each time a fruit been eaten a new one is generate by the server.
The server controls all the aspects of the game except the GUI, the gameGUI is controlled by a class that implements JFrame.