rattanakchea / memory-game

a fun Javascript memory/paring game. The project was built with Javascript, Jquery to interact with Youtube V3 and TheMovieDB APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game

#Memory Game Memory Game is fun pairing game in which the goal is to find the matching pair of images. The project was built with Javascript, Jquery to interact with Youtube V3 and TheMovieDB APIs.

Demo

#pseudo code

  • Read data into an javascript array (data)
  • popular the div#game with pair of data from data array
  • Listen on click event for each card

Game Logic

  • Total number of cards: 10 pairs
  • Flip the card
  • Check if the card match

About

a fun Javascript memory/paring game. The project was built with Javascript, Jquery to interact with Youtube V3 and TheMovieDB APIs.


Languages

Language:JavaScript 90.3%Language:HTML 8.4%Language:CSS 1.3%