diff --git a/variants.py b/variants.py index b9c75ff..3dd95e6 100644 --- a/variants.py +++ b/variants.py @@ -218,6 +218,10 @@ class Variant: return True return suit.color_touches(self.colors[value]) + @property + def max_score(self): + return self.num_suits * 5 + @staticmethod def from_db(var_id): cur.execute(