Key Idea1 of 3
Score Tracker
A game program: SET score = 0. When the player gets a star: score = score + 10. When they lose a life: lives = lives - 1.
Technology β Coding Variables
A game program: SET score = 0. When the player gets a star: score = score + 10. When they lose a life: lives = lives - 1.