Creator: Michele "Dev_Mikko" De Palma
How to install:
- Download this repository
- Upload files on your web space or open index.html to show the game in your browser
- To modify the score criteria, modify the scoreUpdate() function in "/js/app.js"
How to play:
Click on the cards to pair them. The timer starts when you try to do the first pairment. The game ends when you end the lifes or complete all pairings. The final score is time based. This is the score table: - t < 60 sec: 3 stars - 60 <= t < 90 sec: 2 stars - 90 <= t < 105 sec: 1 star - t >= 105 sec: 0 stars
Credits:
- Michele "Dev_Mikko" De Palma for the JS script and for some modify to CSS file
- Udacity for the base code of the project
- Bootstrap for "Font Awesome"
- Google fonts for "Coda" and "Roboto" fonts
- Daniel "Daneden" Eden for some of his animations. Download the original file from here: animate.css
- Shuffle function from here