6. Assets **Wrong format, try to change it. - LimYewKwong/BattleShip GitHub Wiki

Assets

Overview of the Battleship game requires various assets to let the users to experience the overall game

Graphic and Structure

In the game, each items has to correspond to each objects correctly. It need a proper background with the ships placed in the battleship structure and also the color for the hit and miss marks.

Coloring

The coloring in the game show the user that the action they make are easily been seen when the attack is hit or missed. In the game, we can see that when the player hit a part of a ship, it will show a red color marks. Meanwhile, when the player missed the attack, it will show a white color marks.

Animation

Animation can help the game to be more realistic that help the users have better experience within the game. If the game screen remain static, the users will be less interested in game experience. Therefore, the action that have been made by users such as missile, explosion, water splashes and sinking ships can be done by the animation.

Audio

The audio file such as mp3, wav and other audio files can be used to help the game be more interesting. The background music and sound effects are included in the game which fulfilled the users to enjoy within the game. The sound effects are the shooting missile sound, explosion sound, water splashes sound, etc.