Functional Issues - YichenGuan6/BattleShip GitHub Wiki
-
Problem in Battelship program
-
The ship placement is off in the y-axis
-
Player.cs has non C# references such as Dictionary and IEnumerable
-
ISeaGrid was not converted from VB.net to C# by the converted as it was not being implemented properly
-
ISeaGrid.cs had issues after converting
-
use of static in C# resulted in issues
-
KeyCode.CONSTANTS were wrong and had to be replaced by VK_*
-
Function calls lacked ClassName ex: AddNewState() to GameController.AddNewState()