Grid.MakeGuess() returns true on successful bomb, but is used as though it only returns true when it hits a ship
Opened this issue · 1 comments
scottwalsh commented
MakeGuess() usage needs to be consistent throughout the program.
It is used in Game.TakeTurns()
scottwalsh commented
Could return the Square itself so that we can display more information about it to the user.