This repository contains a simple React.js memory and knowledge game. The game is hosted using GitHub pages.
- Clone the repository
- Run
npm install
from the root directory to install the node modules - Run
npm test
to run the latest test script - To run a local version of the the app, from a terminal set the
PUBLIC_URL
to the root directory, e.g.
- Mac:
export PUBLIC_URL=.
- Windows:
SET PUBLIC_URL=.
- Then call
npm run
from the terminal - Or alternatively call
make run-dev
from 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