/memory-game

Memory game

Primary LanguageJavaScript

Memory Game

This game is to match a pair card on board.

Usage

  1. Click any card first.

  2. Click another card

  3. If two cards are same, you can flip other card.

  4. All cards are open, you win.

Objectives

  1. Complete the project

  2. Use DOM corrently

Checklist

Game Behavior

  • Randomly shuffles the cards.
  • A user wins once all cards have successfully been matched.
  • Congratulations Popup
  • Restart Button
  • Star Rating
  • Timer
  • Move Counter

Interface Design

  • Styling
  • Usability

Documentation

  • README file
  • Comments
  • Code Quality

Style Guide

Validation

Lessons learned

  1. Logic is important before coding.

  2. Practice is the best to learn!