Memory Game is a card matching game where players have to flip over cards 2 at a time until they match all the different card pairs. This project is implemented in HTML/CSS and vanilla Javascript.
- Demo version: Play Now!
- To play, just open index.html from the cloned repo in your browser.
- To win, flip over and match all the cards before the time runs out
- Game Timer (Records time taken by player to match all card pairs)
- Card Animations (CSS Animation for various card flip interactions)
- Restart Game
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/bilafish/memory-game.git
- Edit the Javascript code in folder js