As a user, I want to be able to feed my tamagotchi in two different ways.
AC
WHEN the healthy food button is clicked it gives 10 points to the full score
AND the unhealthy food button is clicked it subtracts 3 points from the full score.
DevNotes
The full score should be printed to the middle of the quadrant.
Create a function that will either add or subtract based on which button the user selects.
UserStory
AC
WHEN the healthy food button is clicked it gives 10 points to the full score AND the unhealthy food button is clicked it subtracts 3 points from the full score.
DevNotes