Find and list functional issues(Lim) - LimYewKwong/BattleShip GitHub Wiki

EndingGameController.cs

-The name 'DrawField' Does not exist in the current context.

-The name 'ComputerPlayer' Does not exist in the current context.

-The name 'DrawSmallField' Does not exist in the current context.

-The name 'HumanPlayer' Does not exist in the current context.

-The name 'GameFont' Does not exist in the current context.

-'KeyCode' does not contain a definition for 'VK_RETURN'.

-'KeyCode' does not contain a definition for 'VK_ESCAPE'.

-The name 'ReadHighScore' does not exist in the current context.

-The name 'EndCurrentState' does not exist in the current context.

GameController.cs

-The name 'AddExplosion' does not exist in the current context.

-The name 'GameSound' does not exist in the current context.

-The name 'DrawAnimationSequence' does not exist in the current context.

-The name 'AddSplash' does not exist in the current context.

-The name 'GameSound' does not exist in the current context.

-The name 'Message' does not exist in the current context.

-The name 'HandleMainMenuInput' does not exist in the current context.

-The name 'HandleGameMenuInput' does not exist in the current context.

-The name 'HandleSetupMenuInput' does not exist in the current context.

-The name 'HandleDeploymentInput' does not exist in the current context.

-The name 'HandleDiscoveryInput' does not exist in the current context.

--The name 'HandleEndOfGameInput' does not exist in the current context.

-The name 'HandleHighScoreInput' does not exist in the current context.

-The name 'UpdateAnimations' does not exist in the current context.

-The name 'DrawBackground' does not exist in the current context.

-The name 'DrawMainMenu' does not exist in the current context.

-The name 'DrawGameMenu' does not exist in the current context.

-The name 'DrawSetting' does not exist in the current context.

-The name 'DrawDeployment' does not exist in the current context.

-The name 'DrawDiscovery' does not exist in the current context.

-The name 'DrawEndOfGame' does not exist in the current context.

-The name 'DrawHighScore' does not exist in the current context.

-The name 'DrawAnimations' does not exist in the current context.