Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Memory Card Game 🧠

A space-themed memory matching game where you flip cards to find matching pairs.

Features

  • 6 pairs (12 cards) themed around space emojis (rocket, alien, robot, comet, moon, earth)
  • Flip animation on card click
  • Matches pairs and keeps them revealed
  • Mismatched cards flip back automatically

Tech Stack

  • HTML5
  • CSS3 (flip animations)
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Click cards to flip them and try to find all matching pairs.

File Structure

MemoryCard_Game/
├── index.html
├── style.css
└── script.js