Investigate the documented code (Tie) - LimYewKwong/BattleShip GitHub Wiki
HighScoreController.cs
-In the class, each method have documented to describe how the code work in this class which is store the score.
MenuController.cs
-This class handles the menus which are main menu, game menu and setup menu. Each method are documented and described how the class work
UtilityFunction.cs
-This class handle the utility function which are non-functional such as background, ships width and height, bitmap etc. Some methods are documented and described how the method function but some methods are not documented which are shown as below.
Missing documented code in UtilityFunction.cs
-public static void DrawBackground() -public static void AddExplosion(int row, int col) -public static void AddSplash(int row, int col) -private static void AddAnimation(int row, int col, string image) -public static void UpdateAnimations() -public static void DrawAnimations() -public static void DrawAnimationSequence()