This is a game of memory using the node.js console! Player can pick 2 cards by choosing the the card number.
If the two cards are the same, they will be matched.
The player wins when all cards in the game is matched.
- Clone the repo from git.
- Use "npm install" to install the dependencies.
- Run "node index.js" to start the game.
- Exit game option in between is not yet implemented.