Memory
Memory game with 3 difficulty levels.
In order to win you need to find all pairs.
Each level has different number of pairs to find:
Easy - 8 pairs (4x4 grid)
Medium - 12 pairs (4x6 grid)
Hard - 18 pairs (6x6 grid)
The lower your final score is the better, because you get a point each time you don't find a matching image.
As long as you don't play the hard mode, you will be granted a random set of images every new game.
For this project I used masonry library to easily switch between different number of grid items depending on a level.
Your high-scores stay in browser storage.
Additional features:
Responsive Web Design
Local Storage to keep your high-scores
Technologies:
- - Vanilla Javascript
- - Masonry
- - SASS/CSS
- - HTML