scottwalsh/battleships

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

MakeGuess() usage needs to be consistent throughout the program.

It is used in Game.TakeTurns()

Could return the Square itself so that we can display more information about it to the user.