Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.06 KB

Memory-Game

This was my first project as a front-end developer.
I have tried to replicate one of our favourite childhood games : The Memory Game.
Rules of this game are pretty simple: the player has to find all the hidden pairs in a certain given number of moves.

There are 3 levels in this game that I designed: "Easy", "Medium" and "Hard". They differ in number of moves available and number of tiles to be flipped.

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Preview

    Below are some of the snapshots of the game:
    The First page:

    These gifs explain the basic working of the webpage:




    At game end:
    If the player wins:

    If the player loses:

    How to Run

    Pull/Download the "Memory Game" folder into your desired directory and open the file named "memory_game.html" into your browser. That's it! You canplay and enjoy anytime!!