/FEND-project-memory-game

Udacity FEND Memory Game Project

Primary LanguageJavaScript

Memory Game Project

Project Overview

Project acceptance date: 2 April 2018

Live preview

Using the simple Bootstrap starter code, this project required students to build a Memory Game using JavaScript. This game was built with Udacity's starter code. I used vanilla JavaScript and further implemented Bootstrap. The functionality was designed to adhere to the project rubric.

Game Description

The player must flip 16 randomly placed cards, 2 at a time, to find pairs of cards. The player wins the game once all cards have been matched. The game tracks the player's time and number of moves, and gives the player a number of stars between 1 and 3, based on performance (number of moves, where flipping 2 cards counts as 1 move).

Images

Background: Japanese Asanoha by Olga Libby, sourced from Subtle Patterns

To-Do

  • Add animations to cards on open, match and non-matched
  • Update the styling
  • Add difficulty levels