The game consists of cards arranged in a grid. The deck is made up of eight different pairs of cards, each with different symbols on one side. The goal is to match the symbols of each card with its pair.
Click on any card to reveal the card's symbol.
When all the cards are matched the game is won!
index.html - contains the game's html structure.
main.css - contains the game's board styling.
app.js - contains all the board actions & logic.
img - contains the game board for this project.
Shuffle Function
- shuffle function from Stack Overflow: For shuffling the cards shuffle javaScript function was used from http://stackoverflow.com/a/2450976
Modal
- modal from SweetAlert: https://sweetalert.js.org/
- modal from SweetAlert2: https://sweetalert2.github.io/
Font
- font from: "https://fonts.googleapis.com/css?family=Coda"