Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 542 Bytes

OOP-Group6

TBC...


How to Compile


Project Structure


About GUI

  • In view/Application:
javafx.application.Application.launch(GameUI.class);

calls GUI application

  • In view/GameUI: new application is launched, new JungleGame is initiated from model/JungleGame, 3 scenes are initiated:
  • EntryScene : select either start new game or load saved game
  • InfoScene : players enter name for new game
  • BoardScene : main board game display

Unit Test


Authors

In Alphabetical order