user interactions--- gui

6
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

Upload: paytah

Post on 04-Jan-2016

21 views

Category:

Documents


1 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: User interactions--- GUI

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

Page 2: User interactions--- GUI

Our current display goals

• Draw the game boards

• Draw the menus

• Receive basic input from the player(s)

Page 3: User interactions--- GUI
Page 4: User interactions--- GUI

• One Grid for each fleet

• Display alternates for each player if 2 player game

• Should be identical to feel of original battleship board game

Page 5: User interactions--- GUI
Page 6: User interactions--- GUI

Further Goals

• update graphics

• continue development of controls

• merge board and control graphics into a single screen

• Begin coordinating GUI with core game logic