Game screens and flow - manjil21/Battleships GitHub Wiki

The game starts with the name of the game on the screen and the players clicks on the screen to go to the next screen which is the menu. On, the menu screen the user has 4 options too choose from : Start,Options,High Score and Exit

#START - ## If a player clicks on the start button , player is taken to deployment screen where ships are deployed and then the game is started.When the player finishes , a screen showing high score, a button to 'Play Again' and a button to go back to main menu. If player clicks on 'Play again' , the deployment screen comes up.

#Options - ## On this screen player can choose setting options like sounds or colours and a a button to go back to main menu.

#High Score - ## On this screen player sees high score and a button to go back to main menu.

#Exit - ## when user clicks exits , the game ends and the game screen closes.