This repository contains a simple React.js memory and knowledge game. The game is hosted using GitHub pages.
- Clone the repository
- Run
npm installfrom the root directory to install the node modules - Run
npm testto run the latest test script - To run a local version of the the app, from a terminal set the
PUBLIC_URLto the root directory, e.g.
- Mac:
export PUBLIC_URL=. - Windows:
SET PUBLIC_URL=.
- Then call
npm runfrom the terminal - Or alternatively call
make run-devfrom the command line (linux/mac only).
Flip the cards and remember the positions. Match all the pairs to finish the game.
View when the initial game loads.
View when two cards don't match.
View when two cards match.
- Add a counter for number of tries
- Add a timer
- Add points for each match
- Add counter for game points
- Add leader board
- Add, remove, edit cards
- Add new games (set of cards)
- Change card background design
- Change background of game


