Healthy Eating

Code a game where a cat has to make healthy eating choices. Use a score variable and code each item of food to change the score by a different amount.

When you have completed the code, try some of these challenges:

  1. Duplicate some more bananas, melons, and donuts.
  2. Add some other food by using the “Add Sprite” button near the bottom right of the screen.
  3. Decide how healthy each of these items of food are and code them to add a suitable number of points.
  4. Make the single banana worth less points than a whole bunch.