# Constants — locked for the whole match WinningScore : int = 10 RoundLength : float = 120.0 # Variables — change as you play var CurrentScore : int = 0 var LivesLeft : int = 3