generated from mwc/lab_dice
did the code for three and four of a kind
This commit is contained in:
@@ -17,7 +17,7 @@ class Yahtzee:
|
||||
goal.used = False
|
||||
while self.count_unused_goals() > 0:
|
||||
self.play_round()
|
||||
print(f"Your final score was {self.score}"
|
||||
print(f"Your final score was {self.score}")
|
||||
#says your final score
|
||||
|
||||
def play_round(self):
|
||||
|
||||
Reference in New Issue
Block a user