Names of students :
- Ester Hatchuel
- Yarden Kesari
We used MVC architecture in our PTM2 Client (containes model,view & controller). The controller implements Observer and the model & view extends the Observable. We chose to implement Mvc in order to create a clearly separation of concerns between model and view.
Explanation regard the program:
Mainwindow controller: handles the user requests and render the appropriate view.
Pipeview: Display data using the model to the user
Model: represent the logic behind the pipe game client
Elements:
Check solution
Ask for solution
Edit server's information
Change the Theme (under "Theme")
Save & Load level (under "File")
In order to run the server - please run "Runner.java" (located under PTM2 -> server package ) and then run the client (using the Main.java under PtmClient -> application package).