ssaleem / Memory-Game

A browser-based, feature-packed card matching game(also known as Concentration); built using JavaScript timer and Web Storage API

Home Page:https://sarasaleem.com/Memory-Game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobile-friendly badge

Memory Game

A responsive, feature packed memory game web application.

Memory Game Screenshot

About the Game

How to Play

You task is to match pairs of cards. Playing is very simple - you turn over one card and then try to find a matching card. You can choose from various deck options.

Timer

A timer at the top of the deck shows the time elapsed (in seconds) since the beginning of the game. Web storage API is used to store fastest game completion time locally within the user's browser.

Ratings

Ratings are assigned based on the moves used for winning.

Moves Rating(stars)
< 12 3
< 18 2
> 18 1

Built with

  • HTML5 LocalStorage - Web storage for web applications to store data locally within the user's browser with no expiration date.
  • Window setInterval() Method - Repeats a given function at every given time-interval
  • CSS Flexbox - CSS layout module to design flexible responsive layout structure without using float or positioning.
  • CSS Media Queries - A popular technique to deliver a tailored style sheet to desktops, laptops, tablets, and mobile phones by defining different style rules for different media types.
  • Google Fonts - A library of 900 libre licensed fonts.
  • FontAwesome Icons - A font and icon toolkit.

Live Version

Check out the live version of this app here.

About

A browser-based, feature-packed card matching game(also known as Concentration); built using JavaScript timer and Web Storage API

https://sarasaleem.com/Memory-Game/


Languages

Language:JavaScript 55.0%Language:CSS 23.7%Language:HTML 21.2%