As a user, I want to see a quadrant that will allow me to make my tamagotchi fight.
AC
Dev Notes
The Fight component should appear in the lower left quadrant. It should have a private variable called strength. This variable should be set to 100 on page load.
This module should have 2 buttons.
One should be for running away (bravely) that adds 1 to strength when pressed.
The other button should be for committing violence and should subtract 10 from strength when pushed.
The quadrant should display the name, strength score, and the two buttons. Each time a button is clicked the quadrant should be re-drawn to show the correct strength score. The Strength score should NEVER be larger than 100.
User Story
AC
Dev Notes
The quadrant should display the name, strength score, and the two buttons. Each time a button is clicked the quadrant should be re-drawn to show the correct strength score. The Strength score should NEVER be larger than 100.