JavaScript memory match game- feedback

Hi all, here is my simple memory match game using JavaScript, play once and give your feedback https://srikanthkanjarla.github.io/memory-match-game/

That’s great! I tried to make something along these lines but wasn’t quite ready yet. I used this video on youtube:

You might want to check the CSS styling that enables a really nice card flip animation!

1 Like

Very good. I got a best time of 11 secs.
What would be nice is if you turn the sound of it remains off for the next game.

1 Like

hey thank you for your feedback, I will try to add card flip animation

hey thank you for feedback and 11 secs that is great, and I will add that sound off feature
I thought it can be possible by storing user preferences on localstorage

Yes local storage would work. Maybe even a cookie.

1 Like