maggieisgreene / tamagotchi

0 stars 0 forks source link

Eat Module #2

Open maggieisgreene opened 4 years ago

maggieisgreene commented 4 years ago

User Story

As a user, I should see a leveler of up to 100 and two buttons that say healthy and unhealthy in the top lefthand corner. When each button is clicked, the correct amount should be added to the leveler: add ten for healthy and subtract three for unhealthy.

AC

WHEN the page loads THEN a private variable should be full at 100 called full AND there should be two buttons: healthy and unhealthy AND when clicked, the healthy button should add ten to the private variable AND the unhealthy button should subtract three.

Dev Notes

maggieisgreene commented 4 years ago

image