Skip to content

GamesofMine/MEMORY-GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

This is a browser-based Memory Game (Concentration) where players flip cards to find matching pairs. The game features a sleek design, smooth animations, multiple difficulty levels, and a scoring system.

Features:

Card Matching Gameplay: Flip two cards at a time to find matching pairs and clear the board.
Multiple Difficulty Levels: Choose from different grid sizes for varying levels of challenge.
Scoring System: Tracks the number of moves and time taken to complete the game.
Smooth Animations: Includes seamless card-flipping effects and stylish transitions.
Responsive Design: Works flawlessly across desktops, tablets, and mobile devices.
Additional Enhancements: Features sound effects, hints, and a timer for an engaging experience.

How to Play:

  1. Click on a card to flip it over.
  2. Click on another card to try and find its matching pair.
  3. If the cards match, they remain face-up; otherwise, they flip back over.
  4. Continue until all pairs are found.
  5. Try to complete the game in the least number of moves and shortest time possible.

How to Run:

  1. Download the Memory Game folder.
  2. Open the index.html file in your browser.
  3. Select a difficulty level and start playing!

Technologies Used:

HTML5: Structures the game board and elements.
CSS3: Provides smooth animations, transitions, and a modern UI design.
JavaScript: Implements game logic, scoring, difficulty levels, and interactivity.

Algorithm:

The game randomly shuffles card pairs at the start. When a player flips two cards, the game checks if they match. If they match, they remain visible; otherwise, they flip back over. The game ends when all pairs are matched, and the final score is based on moves and time taken.

Releases

No releases published

Packages

 
 
 

Contributors