(https://codoga-memorycard-game.vercel.app/)
This project is a memory card game developed using React and Redux.
The Memory Card Game is a classic game where players need to find matching pairs of cards. The game consists of a 5x5 grid of cards, each containing an image. The objective is to flip pairs of cards to find all matching pairs.
Grid of Cards: Displays a 5x5 grid of cards with randomized positions. Matching Logic: Tracks pairs of cards opened by the player. Score System: Calculates and displays the player's score based on moves. Restart Button: Allows the player to restart the game at any time. Responsive Design: Designed to work well on different screen sizes.
React: Front-end JavaScript library for building user interfaces. Redux: State management library for managing application state. CSS: Styling the components and layout of the game. ESLint: JavaScript linter for ensuring code quality and best practices.
Click on any card to reveal its image. Click on another card to see if it matches the first one. If the cards match, they stay open; if not, they flip back after a short delay. Try to match all pairs with the fewest number of moves to achieve a high score.