https://github.com/elena-in-code/memory-game
https://github.com/elena-in-code/memory-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elena-in-code/memory-game
- Owner: elena-in-code
- Created: 2018-07-16T07:28:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T07:18:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T11:32:02.754Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://elena-in-code.github.io/Memory-game/
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Memory Game](https://elena-in-code.github.io/Memory-game/ "live sample the game")

project part of the [**Front-End Web Developer Nanodegree Udacity**](https://eu.udacity.com/course/front-end-web-developer-nanodegree--nd001).
### Code with:
+ HTML5
+ CSS3
+ javaScript
### Dependencies:
+ Font Awesome
+ Google Fonts
### Features:
+ Timer 🕛
+ Number of moves counter
+ Number of stars ⭐⭐⭐ (Rating)
+ Reset game
+ Play again
+ Automatic shuffle of cards everytime game is reset, initilize or page reload
### How to play the game:
+ Click on the cards to see the symbols they hide, and try to make pairs of cards with the same symbol on it
+ There is 16 cars so 8 pairs to be matched
+ Try to make it with the leats numbers of moves to get more stars ⭐
+ Keep an eye on the timer 🕛
+ Timer will start counting with your first click on a card
+ Once it is finished, all the cards pairs matched, you will be informed of it and the time it took you, also the number of moves as the stars you got awarded with.
+ You can reset the game anytime
##### acknowledgments:
Thanks to [Yahya Elharony](https://youtu.be/G8J13lmApkQ) for the great tips
##### [Play the game here!](https://elena-in-code.github.io/Memory-game/ "live sample the game")
##### Hope you enjoy it!