This is a React-based Memory Game where two players take turns flipping cards to find matching pairs.
-
Clone the repository:
-
Navigate to the project directory:
cd memory-game
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to http://localhost:3000 to play the Memory Game.
- Enter player names in the modal that appears.
- Click "Start Game" to begin.
- Players take turns flipping two cards at a time.
- If the cards match, the player collects the pair.
- If the cards do not match, they are turned back over.
- The game continues until all pairs are matched.
- The player with the most pairs at the end wins.
- React
- Create React App
- This game follows the standard Memory (Concentration) game rules.
- The deck consists of 54 cards, including both jokers.
- Players take turns until all pairs are matched.
- The Memory Game was created as part of a fun assessment for the Specno team.
Play the Memory Game: https://oni1997.github.io/memory-game/