skiadas / battleship

0 stars 13 forks source link

simplified cell class and fixed related issues #31

Closed DelaneyChampine closed 2 weeks ago

DelaneyChampine commented 3 weeks ago

Cell class now only contains two Boolean variables: ship and shot all methods except for Hit, Miss are still available and working I made some changes to the displayGrid function and its test and I think they are both working properly now