maggieisgreene / tamagotchi

0 stars 0 forks source link

Play Module #3

Open maggieisgreene opened 5 years ago

maggieisgreene commented 5 years ago

User Story

As a user, I should see a leveler of set to 50 and two buttons that say bowling and bicycling in the top righthand corner. When each button is clicked, the correct amount should be added to the leveler: add fifty for bowling and add two for unhealthy.

AC

WHEN the page loads THEN a private variable should be set to 50 out of 100 called fun AND there should be two buttons: bowling and bicycling AND when clicked, the bowling button should add fifty to the private variable AND the bicycling button should add two.

Dev Notes

maggieisgreene commented 5 years ago

image