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:
- Duplicate some more bananas, melons, and donuts.
- Add some other food by using the “Add Sprite” button near the bottom right of the screen.
- Decide how healthy each of these items of food are and code them to add a suitable number of points.
- Make the single banana worth less points than a whole bunch.