Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

File metadata and controls

20 lines (14 loc) · 521 Bytes

Memory game built with React.js and Reflux

Simple memory game built with React and Reflux.

The rules

  • Input names of the players and start
  • Finding a pair matching cards gives one point and an extra turn
  • Not finding a pair results in the next player's turn
  • When there are no more cards the player with the highest score wins

Live demo here

How to start locally

npm install 
node index.js

Then you can go to localhost:3000 and have fun :)