Learn the use of a VARIABLE, by paying attention to the mini-lesson and/or viewing the screencast for what you may have missed.
Create a game with at least 4 choices of "good nutrition" and "bad nutrition." (5 points)
Establish a variable called "score." When the user clicks on a "good" choice they earn a point, and when they click on a "bad" choice they LOSE a point. (10 points)
Establish four more "really good" and "really bad" choices that ADD or SUBTRACT 2 or 3 points! (15 points)
Extra Credit options
Create a SECOND game that changes the theme entirely (10 points)
15 point challenge: Create a notifier that tells the user they "won" at some point (ex: 15 points). You MAY ask for help from classmates, but you may NOT ask for help from the teacher for this challenge. Hint:
You'll need an "if-then" block out of the "control" drawer
You'll need a logic block out of the "operators" drawer
You'll need to tell a sprite or a sound to DO SOMETHING when the score variable hits a certain value.