Welcome to the Memory Game! Test your memory and concentration by matching pairs of cards.
- Open the game by clicking on cards.
- Memorize the icons on the cards.
- Click on two cards at a time to reveal their icons.
- If the icons match, the cards will stay open. If not, they will close after a moment.
- Keep opening and matching pairs until all cards are revealed.
- Node.js and npm (Node Package Manager) should be installed on your machine.
- Clone the repository:
git clone https://github.com/arsenbadalyan/memory-game
- Navigate to the project directory:
cd memory-game
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and go to
http://localhost:3000
to play the game.
- React: JavaScript library for building user interfaces.
- HTML/CSS: For structuring and styling the game.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
- This game was inspired by the classic memory card matching game.