Skip to content

A memory game involves flipping cards to find matching pairs, typically displayed in a grid layout using HTML, styled with CSS, and controlled by JavaScript to handle interactions and game logic.

Notifications You must be signed in to change notification settings

googly1030/Memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Memory Game

A simple memory game built with HTML, CSS, and JavaScript.

Description

This game features a grid of cards that players flip over to find matching pairs. Each turn, two cards are flipped, and if they match, they remain face-up; otherwise, they're flipped back. The game ends when all pairs are found.

How to Play

  1. Clone the repository.
  2. Open the index.html file in a web browser.
  3. Click on the cards to flip them.
  4. Find all matching pairs to win the game.

Features

  • Responsive grid layout for different screen sizes.
  • Randomized card positions for each game session.
  • Basic matching logic with visual feedback.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Image Description

About

A memory game involves flipping cards to find matching pairs, typically displayed in a grid layout using HTML, styled with CSS, and controlled by JavaScript to handle interactions and game logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published