Gameplay
- Flip and match 8 pairs of hidden cards.
- Matched pairs stay locked up.
- Mismatched pairs are displayed for 400ms before their icons are hidden.
- Timer starts running after your first move, which comprises 2 card clicks.
- Rating stars are displayed on the top panel, which reduce in number as you make an increasing number of moves.
- Top panel also features a reset button
- At the conclussion of the game, a modal window announces your final time to completion, star rating, and number of moves.
The game can be played here: https://cacarr-pdxweb.github.io/FEND-Memory-Game/
DOM manipulation is entirely with vanilla JavaScript. Owing to time constraints, there is minimal additional styling beyond what was supplied, but I do intend to build and style the markup from scratch in a version 2.0, utilizing CSS Grid along with flexbox. Additionaly, I intend to offer multiple difficulty levels by way of varying the number of milliseconds unmatched cards are visible.