Street Fighter Memory Game
Memory game built using React
-
Created a new React application using Create React App
-
The app will render different images to the screen, with each image listening for the click event
-
App keeps track of the user's score, with it incrementing when clicking on an image for the first time
-
The user's score will reset to 0 if they click the same image more than once
-
Every time an image is clicked, the images rendered to the page shuffle themselves randomly
-
Once the user's score is reset after an incorrect guess, the game restarts
Terrance J Kennedy Jr. (C) 2018