vl4di99 / Pokemon-Rock-Paper-Scissors-ReactJS

pokemon-rock-paper-scissors.vercel.app
0 stars 0 forks source link

Points Functionality #8

Open vl4di99 opened 2 years ago

vl4di99 commented 2 years ago

The points will be set by using a useState() initialized with null. The points will increase if the user has guessed correctly, else they remain the same. After the 3rd round, the user has to reset the game and the points will also reset