Memory Game

Memory-Game

What?

This is a memory game, developed using React, Ant Design, webpack, and CSS grid, etc.

memory_game.png

How to run?

  1. git clone
  2. npm install
  3. npm start

Features

  • Notify the user if they win or lose
  • Hints assistance
  • Allow the user to reset at any time
  • Randomize the ‘cards’ layout every game
  • Multi Player mode
  • Tracking Scores
  • Tracking Best Score
  • Tracking time
  • Adjustable number of cards in the game (difficulty levels)

To-do

  • Options & Start UI substitute the game board UI at the beginning
  • Hint feature: add keyboard press event

Layout & Logic

workflow.png