Assets - ThindAmrit17/Battleship GitHub Wiki
This is the battleship game board look alike. The ships will be placed on the board and then each player have to hit its opponent player's ship.
when player makes a move, if he hits an opponent player ship than the box will appear as red otherwise it will appear as blue as shown in the picture.
There are total five type of ships which a player can use to display on its screen at different places
The team will use different sounds to function with different task such as ship got hit or ship is destroyed or at the start of the game. These can be found under resources/sounds folder. For example, a ship horn sound can be used during the beginning of the game as a indication of start of the game. When a player fires a shot, a Fire! Command can be heard. If a target is hit then an explosion can be heard, if there's no hit then a splash is heard instead.