DEV Community

Shailesh Parmar
Shailesh Parmar

Posted on

Memory Game using React.js

Hello Devs,

Today I am writing my 1st post and would like to share a game that I had build using ReactJs from scratch.

  1. At the start of the game, it will ask your name.
  2. Game has 4 different levels easy, medium, hard, and custom.
  3. Goal of the game is to find pair.
  4. It also has a move counter.

Link:- https://shaileshparmar-webdeveloper.github.io/memory-game/
Github:- https://github.com/ShaileshParmar-WebDeveloper/memory-game.git

suggestion and Improvement ideas are most welcome.

Top comments (3)

Collapse
 
sojasmine profile image
Sojasmine Gjerstad

Very nice game:). May be you can add some sounds.

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Nice game :)

Collapse
 
shaileshparmarwebdeveloper profile image
Shailesh Parmar

Thank you!