List of Functional Issues (C# Code) - SelenaYap/Battleship GitHub Wiki

Selection/Placement of Ships

• Position of ship moves after every mouse click but changes unsystematically to random positions. • Right and Up buttons completely malfunction. • Clicking on certain ships at random instances would make the ships disappear.

Grid Issue

• Ships are still unable to be placed as the same message appears. 'There is already a ship at [x, y]’ appears constantly without necessary changes taking place.

Game-play

• Issue between the turns for players and AI seemed to be fixed at first but after playing the game for a while the same issue occurred. AI got more turns than the player.

Scoreboard

• Issue for scoreboard remains unresolved. Name of the player does not show up in the list.