/Memory-Game

Simple memory game.

Primary LanguageJavaScript

Memory Game

Project 2 for the Front End Nanodegree at Udacity

Browsers support

Tested on these browers only.
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Samsung
Samsung
IE11, Edge last version last version last version

Features

Sound effects Advanced card shuffle system Load and save game

How to play

Choose a difficulty and then click play A timer is started for length of game and for scoring Each successfull match score timer is reset.

Scoring

Easy Difficulty

  1. Moves is between 17 & 33 and score timer >= 8s
  2. Moves is between 34 & 50 and score timer >= 6s
  3. Moves is greater than 50 and score timer >= 4s

Medium Difficulty

  1. Moves is between 14 & 26 and score timer >= 8s
  2. Moves is between 27 & 40 and score timer >= 6s
  3. Moves is greater than 40 and score timer >= 4s

Hard Difficulty

  1. Moves is between 10 & 19 and score timer >= 8s
  2. Moves is between 20 & 30 and score timer >= 6s
  3. Moves is greater than 30 and score timer >= 4s

Polyfills

Array.from Array.find

References

David walsh card flip Sound effects Design Ideas