Match Memory game is basically challenging game, the user will open the cards and try to match them. I manipulated the DOM with JS, recreated parts of HTML.
- Vanilla JS
- jQuery
- CSS3
- HTML5
- Materialize: https://materializecss.com/
- Time will start once the user open the page
- 0 - 12 moves .. great
- 13 - 24 moves .. average
- 25 - more .. poor :(
- index.html - game's html structure.
- app.css - game's style.
- app.js - game's logic.