sandraisrael / Memory-Game-fend

Memory game FEND project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game Project

What is the Memory Game

This is a simple game built to test a users memory. There's a deck of cards with different icons. snippet

Challenge

Match cards in less time with less moves.

How to Play

Load this link in your browser https://memory-game-fend.herokuapp.com/

Instructions

  • Click on a card
  • Keep revealing cards and working your memory to remember each unveiled card.
  • Match cards properly with less moves and in faster time

How I built the Memory Game

I manipulated the DOM with Vanilla JS, altered part of the HTML and also styled the game

  • created a deck of cards that shuffles when game is refreshed
  • created a counter to count the number of moves made by player and timer to know the duration of a play
  • added effects to cards when they match and are unmatched
  • create a pop-up modal when player wins game

About

Memory game FEND project


Languages

Language:JavaScript 42.8%Language:CSS 32.0%Language:HTML 25.2%