Game Screens and Flow - glaizacano/battleship-game GitHub Wiki
This page is to show the basic screens of the game and how a player can get between each.
- Displays the Loading screen
- This is the Main menu and options screen. Players can choose to start 1 player game with computer, start 2 player game with another player, and start multi player game with a remote player. Salvo fire on tab indicates whether player want to enable salvo fire or not. By enabling salvo fire, players can fire their shots all at the same time.
- This is in-game screen of 2 player game. The screen shows the initial step for placing player 1's ships.
- This screen shows the game is over now. The player who lost all of their fleets lose the game.
- When a game is over, the screen of the winner appears to show how many ships have left and the breadcrumbs of those ships.
- The victory parade from the winner. Sunk ships miraculously return for the victory parade.
- Score rank. Sorted by the player who achieved the highest scores top to bottom.