OSU-CS361-W17 / group3_project3

0 stars 5 forks source link

Implemented inheritance for ships and updated scan to work with stealth #5

Closed Swarles-Barkley closed 7 years ago

Swarles-Barkley commented 7 years ago

As it turns out the pre-written code made it a lot easier to adjust the scan functionality to work with stealth (and should also make destroying civShips in a single hit much easier). Sorry if i stepped on anyone's Issues, but while I was reading the source to wrap my head around how the java code was working so I could implement inheritance I almost immediately came to understand exactly how the scan update could be accomplished.

sharipol commented 7 years ago

Nice work creating the CivShip and MilShip classes.