Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

This is a React-based Memory Game where two players take turns flipping cards to find matching pairs.

Getting Started

  1. Clone the repository:

    git clone https://git@github.com:oni1997/memory-game.git

  2. Navigate to the project directory:

    cd memory-game

  3. Install dependencies:

    npm install

  4. Start the development server:

    npm start

  5. Open your browser and go to http://localhost:3000 to play the Memory Game.

How to Play

  1. Enter player names in the modal that appears.
  2. Click "Start Game" to begin.
  3. Players take turns flipping two cards at a time.
  4. If the cards match, the player collects the pair.
  5. If the cards do not match, they are turned back over.
  6. The game continues until all pairs are matched.
  7. The player with the most pairs at the end wins.

Dependencies

  • React
  • Create React App

Additional Information

  • 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.

Acknowledgments

  • 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/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages