- Cards flip when clicked
- Preview of the card's word when first dealt
- Pairs are removed and replaced while there are still cards in the deck
- Add placeholder spots for removed cards
- Some kind of win alert/reaction
- Show count for deck size that's left & cards on the table
- Score for how many clicks to complete game
- Count number of pairs
- Change background or card backs
- Add re-deal button at end of game - WIP
-
clone the repo and enter the directory
git clone https://github.com/vega28/hb_react_memory-game.git cd hb_react_memory-game/ -
create a python virtual environment and enter that
python3 -m venv env source env/bin/activate -
install the dependencies
python3 -m pip install -r requirements.txt -
run the app!
python3 -m flask --app server run