As a user, I want to see a quadrant that will allow me to play with my tamagotchi.
AC
Dev Notes
The Play component should appear in the upper right quadrant.
It should have a private variable called fun. This variable should be set to 50 on page load.
This module should have 2 buttons.
One should be a super fun activity that adds 50 to fun when pressed.
The other button should be a slightly fun activity that adds 2 to fun when pushed.
The quadrant should display the name, fun score, and the two buttons. Each time a button is clicked the quadrant should be re-drawn to show the correct fun score. The Fun score should NEVER be larger than 100.
User Story
AC
Dev Notes
The quadrant should display the name, fun score, and the two buttons. Each time a button is clicked the quadrant should be re-drawn to show the correct fun score. The Fun score should NEVER be larger than 100.