1) Find Occupied space and get the coordinate
2) Identify the ship name and ship size
3) Assigned the captain quarter
Ex: isCaptain() = true?
4) Create a health base system for the ship
Armored mean health = 2
Unarmored mean health = 1
5) If captain section health = 0 then ship is destroyed.
1) Find Occupied space and get the coordinate 2) Identify the ship name and ship size 3) Assigned the captain quarter Ex: isCaptain() = true? 4) Create a health base system for the ship Armored mean health = 2 Unarmored mean health = 1 5) If captain section health = 0 then ship is destroyed.