This project was bootstrapped with Create React App.
To run this project, do the following:
- Copy the directory called
react-game
to your local machine. - Navigate to this directory from the
command line interface
. E.g. cd c:/react-game. - In the command line interface type
npm install
- Now type
npm start
. This runs the app in development mode. - Open http://localhost:3000 to view it in the browser.
Click on any card to flip it.
Select two cards with the same content consequtively to make them vanish.
Match all cards to finish the game.
The fewer moves to match all cards, the better the score.