Keep track of the score, lines total and high score.
The scoreboard.
Parameter: | screen (Screen) – The screen on which the scoreboard is displayed. |
---|
Add lines to the lines total and print it.
Parameter: | addend – The number of lines to add. |
---|
Add points to the score and print it.
Parameter: | addend – The number of points to add. |
---|