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.

Loading Screen

  • Displays the Loading screen

Main Menu

  • 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.

Ship Placement

  • This is in-game screen of 2 player game. The screen shows the initial step for placing player 1's ships.

Game over

  • This screen shows the game is over now. The player who lost all of their fleets lose the game.

Result of the number of ships left

  • When a game is over, the screen of the winner appears to show how many ships have left and the breadcrumbs of those ships.

Victory Parade

  • The victory parade from the winner. Sunk ships miraculously return for the victory parade.

High Scores

  • Score rank. Sorted by the player who achieved the highest scores top to bottom.