Skip to content

cechae/matching-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a classic memory game where you'll need to match pairs of cards. The game keeps track of time elapsed, counts the number of moves, and allows you to reset the game whenever you'd like.

Demo

Check out a live demo of the Matching Game here!

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • React

Features

  • Memory matching gameplay.
  • Timer to measure time elapsed.
  • Move counter to keep track of your moves.
  • Reset button to restart the game.
  • Responsive design for different screen sizes.

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/matching-game.git
  1. Navigate to the project directory:
cd matching-game
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and go to "http://localhost:3000" to play the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages