@@ -0,0 +1,15 @@
from yahtzee import Yachtzee
from yahtzee_goals import (
GoalOnes,
GoalTwos,
GoalThrees,
)
goals = [
GoalOnes(),
GoalTwos(),
GoalThrees(),
]
game = Yachtzee(goals)
game.play()
The note is not visible to the blocked user.