Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.52 KB

CHC-React

Week 13 React Project

@onwordi @HStewart23 @charlielafosse


App Name: Water Me

Theme: Super Mario


Getting Started

Clone Repo: master

Install me: npm i

Let's Play: npm run dev

Where can you view me: http://localhost:1234/


WATER ME!

Whiteboarding

What is Water me all about?

So...There is an empty flower pot.

  • User must hit the Water Me to continuously water the plant.
  • For every 3 points a part of the plant stalk will appear
  • For every 10 points a leaf will appear on the stalk (think of Tetris)

  • Once the user has clicked 29 times the flower head will appear and the game would have been completed.

Our api call would show ‘Game over’

What is your Persistent state?

  • There will be a timer running
  • After every 3 seconds the counter will -3 from the total points, so the user has be make sure they are clicking with speed!
  • If the user does not click the points will eventually all be deducted and the plant will die.

Do we have tests?

Yesssss Weee DO!

  • ✨We check to see if the toggle Start >< Reset functions ✨

Thanks for Watering Me!