/guessing_game

Create a Guessing Game

Primary LanguagePython

Guessing game console app

##Setup mkvirtualenv -p python3 guessing_game pip install -r requirements.txt

Run the flask app

python run.py