60 likes | 159 Views
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
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