Intro to Programming Nanodegree Program at udacity.com
jQuery - the core library without plugins.
Goole fonts - to add some nice typography.
Fontawesome font - http://fontawesome.io/ - as a source for card symbols.
Extra functionalities:
Product design attitude.
Difficulty levels.
Pair length as a variable. Can be two or more cards.
Symbol library based on a random choice from an extensive library.
Symbols hid from the front end and randomly assigned to cards so the game can't be cheated easily.
Tooltip with feedback / instead of stars during the gameplay.
Stars counted at the end of the game.
Design and animations.
Special method for revealing the matching cards.
Design the UI and UX.
Game algorithms design.
The first iteration of a code with large part of the game working.
Game redesign with the game as a single object:
var memoryGame = function ( ) {
console . log ( Starting The Memory Game ) ;
} ;
Adding the repository to Github.
Version 1.0.