A responsive browser based memory (or concetration) game, where the player's goal is to match all card pairs to win the game.
This is a project made for the Udacity Front End developer Nanodegree program.
To run the game you can either:
- Clone this repo on your local machine and open the index.html file to start playing
or
- Go to memory--game to find the online version
You need a desktop pc or a mobile device (i.e. tablet, smartphone etc) with an updated browser which allows Javascript.
To install the game on your local machine you can:
- Click "Clone or download" button and copy the git url
- In your git command-line use the
git clone
command
or
- Click "Clone or download" button and select "Download ZIP"
- Unzip the downloaded file
- HTML5
- CSS3
- ES6
- normalize.css - Source file
- style.css - Source file
- Google fonts
- Montserrat Subrayada - As the game title font
- Orbitron - As the body font
- Material Design - Icons
- app.js - Source file
John Mantas - Initial Work
This project is licensed under the MIT License - see the LICENSE.md file for details.
- "Morphing Diamonds" pattern from heropatterns.com
- Shuffle function from stackoverflow