Closed millelog closed 7 years ago
What does the second member variable under the Ship class say?
length
Okay thanks
Changing the Battleship Model class to a Board class as well. we will have a separate Battleship Model class that has two boards as private variables
also using arraylists instead of arrays so the size can be dynamic
Going to start on the skeleton for this class based on the class diagram.