User Interface - ThindAmrit17/Battleship GitHub Wiki
The Main Menu
The Main Menu handles the input of where the user wants to go when the game is first booted up e.g. play, setup, settings and quit.
The Game Menu
The Game Menu handles the input of a paused game e.g. return, surrender and quit.
The Grid
The Grid is the main part of the UI that the user will use. The type of input that this part of the UI will handle will be the mouse position so that the user can deploy ships, fire torpedos and destroy ships.