Skip to content

codoga/MemoryGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Card Game

(https://codoga-memorycard-game.vercel.app/)

This project is a memory card game developed using React and Redux.

Description

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.

Features

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.

Technologies Used

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.

How to Play

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.

About

A Memory Card Game created with React&Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published