/clicky-game

A React based memory game.

Primary LanguageJavaScript

Clicky Game

This is a React based memory game.

This project was bootstrapped with Create React App.

How to Play

  • The application renders 12 images in a grid on the screen.
  • Each time you click on an image:
    • the grid is shuffled
    • if it's the first time you've clicked on the image, your score is incremented
    • if you've clicked on the same image more than once, your score is reset to zero
  • If your score is reset after an incorrect guess, the game restarts.
  • If you refresh the browser, both the Score and Top Score will reset to zero.

Technologies Used

Credits