-
Notifications
You must be signed in to change notification settings - Fork 1
Gui
LielVaknin edited this page Dec 20, 2020
·
4 revisions
The graphical user interface is responsible for visually displaying the game board and the Login window.
There are 3 classes in the Gui package:
- void update(int score) - In Frame class there is an update method which updates the frame during the game all the time.
- Frame class - Frame(Arena arena).
- loginPanel class - loginPanel().
- gamePanel class - gamePanel(Arena arena).