OSU-CS361-W17 / group14_project1

0 stars 3 forks source link

Battleship Model Class #4

Closed millelog closed 7 years ago

millelog commented 7 years ago

Going to start on the skeleton for this class based on the class diagram.

julianweisbord commented 7 years ago

img_20170201_163112

julianweisbord commented 7 years ago

What does the second member variable under the Ship class say?

millelog commented 7 years ago

length

julianweisbord commented 7 years ago

Okay thanks

millelog commented 7 years ago

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

millelog commented 7 years ago

also using arraylists instead of arrays so the size can be dynamic