React Memory Game is a version of the classic 'memory' card matching game where players attempt to match pairs of cards by turning two at a time.
As pairs of cards are made, the cards are removed from the deck until the deck of cards is depleted and you win!
To restart the game, hard reload your browser (on mac: cmd+shift+R).
- JavaScript
- React
- Python
- Flask
- HTML
- CSS
To download and use React Memory Game please follow these instructions:
- In your terminal,
git clone
this repository - Navigate to the directory with
cd memory-game
- Create a virtual environment with
virtualenv env
- Activate the virtual environment with
source env/bin/activate
- Install all requirements with
pip3 install -r requirements.txt
- Finally, launch the server with
python3 server.py
- Open http://localhost:5000/ to view the site!
A few ideas of features to add in the future:
- Remove card placeholders on table when cards run out
- Add re-deal button at end with win alert