Memory Game is a game where you need to match all the cards with their corresponding pair. Based on the difficulty you chose and time it took you to complete the game you are then ranked with other players and put in the leaderboard if you are among the top five.
Live version is here
Code is here
- Timer.
- Difficulties.
- Local storage.
- Leaderboard.
- Made completely in vanilla JavaScript.
- Styled in vanilla CSS.
- HTML 5
- CSS 3
- JavaScript ES6
Make sure you have Node.js installed:
https://nodejs.org/en/
Make sure you have Git installed:
https://git-scm.com/
Clone the github repo:
$ git clone https://github.com/nenadpejic/memory-game
Run with a live server extension or just by running index.html.
Memory Game is one of my projects during IT Bootcamp course on JavaScript.
