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.
Check out a live demo of the Matching Game here!
- HTML
- CSS
- JavaScript
- React
- 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.
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/matching-game.git
- Navigate to the project directory:
cd matching-game
- Install the required dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to "http://localhost:3000" to play the game.