Skip to content

Zwerruga/Memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Memory Game 🧠

Simple application. The cards turn over and you need to find a pair. 🔗Online demo link🔗

Demonstration of functionality

☑️ 6x6 field. 18 paired cards with different icons.
☑️ Pressing the start button starts the timer.
☑️ Cards are arranged in random order.
☑️ By clicking on the card, it opens, within 5 seconds the player needs to open the second card, if the icons on a pair of open cards match, they are removed, if not, a pair of open cards are closed.
☑️ The game ends when all pairs of cards are found. The timer stops.

⚙️ General Info

ReactReact HooksRedux

  • React
  • Redux, react-redux
  • Using React Hooks
    $ npm i && npm start

🔮 In Future ⏳

  • Add testing✨
  • Add more cards📑
  • Add dificulty mode selection