Total recall is a memory game played with a set of cards. The cards have a pictures on one side and each picture appears on two cards. The game starts with all the cards face down and players take turns to turn over two cards. If the two cards have the same picture, then they keep the cards, otherwise they turn the cards face down again. The winner is the person with the most cards when all the cards have been taken.
We have several different versions of the game (the difference being the pictures), and I have played with many, many times.
- HTML5
- CSS
- JavaScript
Getting Started: [Click here to play game]: https://isaacudoh.github.io/Project-1-Total-Recall/
Next steps:
- Add timer & win/loss
- refactor code & fix double clicking issue
- Lock board to wait till 2 unmatched cards are flipped back to flip another


