shangwyoung / Space_Station_Auction

WT 2016
2 stars 0 forks source link

Space station class #18

Closed nickmusic closed 8 years ago

nickmusic commented 8 years ago

I updated the class to include a field called self.rankScore. This is the sum of all the elements of self.scores. In the addCard(card) method, it adds the scores to both fields now. I also added a getValue() method in case we need it later.

shangwyoung commented 8 years ago

I will be making changes to the space station class for the sorting function.