Skip to content

vega28/hb_react_memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVP Features:

  • 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

Nice-to-Have Features:

  • 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

to run locally

  1. clone the repo and enter the directory

    git clone https://github.com/vega28/hb_react_memory-game.git
    cd hb_react_memory-game/
    
  2. create a python virtual environment and enter that

    python3 -m venv env
    source env/bin/activate
    
  3. install the dependencies

    python3 -m pip install -r requirements.txt
    
  4. run the app!

    python3 -m flask --app server run
    

About

Hackbright Academy - week 12 - React Memory Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors