Simple memory game built with React and Reflux.
- 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
npm install
node index.js
Then you can go to localhost:3000 and have fun :)