60 likes | 164 Vues
This graphical user interface displays the game's status using pictures & text, manages user interactions, and enhances the gaming experience. It features game board displays, intuitive menus, and player input reception.
E N D
User interactions--- GUI • Graphical User Interface • Displays the status of the game • Uses pictures & text to display information • Receives the input from the user(s) • Passes that input on to the other classes
Our current display goals • Draw the game boards • Draw the menus • Receive basic input from the player(s)
One Grid for each fleet • Display alternates for each player if 2 player game • Should be identical to feel of original battleship board game
Further Goals • update graphics • continue development of controls • merge board and control graphics into a single screen • Begin coordinating GUI with core game logic