Skip to content

doe-base/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

The Memory Game is a fun and simple project built using vanilla JavaScript. The goal of the game is to match pairs of cards by remembering their positions. It’s a great way to practice your memory skills while enjoying an engaging game.

This project really show my ablity to modularization software problems.

How to Play

Start the Game: Select a grid to start
Match Cards: If the cards match, they remain revealed. If not, they flip back over.
Win Condition: The game is won when all card pairs are matched.
Reset: You can reset the game to start over at any time.

Features

Interactive card flipping animation
Simple, responsive design
Timer to track how long it takes to complete the game
A counter to track how many filps you made

Technologies Used

HTML5 for the structure
CSS3 for styling and animations
JavaScript (Vanilla) for game logic and interactivity

Setup & Installation

To run the game locally: 1. Clone the repository 2. Open index.html