List of functional issues (Hong) - LimYewKwong/BattleShip GitHub Wiki

List of functional issues

GameState.cs

  • The type or namespace name 'Data' does not exist in the namespace 'System' in line 6

GameResources.cs

  • Type and identifier are both required in a foreach statement in line 271, 279, 287, 295
  • The type or namespace name 'Data' does not exist in the namespace 'System' in line 6
  • Non-invocable member 'GameResources._Sounds' cannot be used like a method in line 105
  • Non-invocable member 'GameResources._Images' cannot be used like a method in line 83
  • Non-invocable member 'GameResources._Fonts' cannot be used like a method in line 72

GameLogic.cs

  • The name 'SwinGame' does not exist in the current context in line 6, 11, 17, 19
  • The name 'LoadResources' does not exist in the current context in line 9
  • The name 'HandleUserInput' does not exist in the current context in line 15
  • The name 'GameMusic' does not exist in the current context in line 11
  • The name 'FreeResources' does not exist in the current context in line 22
  • The name 'DrawScreen' does not exist in the current context in line 16
  • The name 'CurrentState' does not exist in the current context in line 17