cs361w2019-osu / sprint1-group-4

sprint1-group-4 created by GitHub Classroom
0 stars 1 forks source link

Create Captain Quarter and Armored system #41

Open manhaduy opened 5 years ago

manhaduy commented 5 years ago

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.

manhaduy commented 5 years ago

I haven't added more since the code is bugged out, only the pseudo part that can be used to implement in the future.