Skip to content

bilafish/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Memory Game Project

Memory Game is a card matching game where players have to flip over cards 2 at a time until they match all the different card pairs. This project is implemented in HTML/CSS and vanilla Javascript.

Game Screen

Table of Contents

Instructions

Game Rules

  • To win, flip over and match all the cards before the time runs out

Features

  • Game Timer (Records time taken by player to match all card pairs)
  • Card Animations (CSS Animation for various card flip interactions)
  • Restart Game

Development

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/bilafish/memory-game.git
  1. Edit the Javascript code in folder js