END_SEMESTER PROJECT FOR CS202:DATA STUCTURES
"DEATH BY VOCABULARY"
Classic hangman. With a twist.
NOTE: To get running-> mkdir a working directory; cd into the directory; create a virtualenv called flask with the command: python3 -m venv flask; install the dependancies with-> flask/bin/pip install -r requirements.txt;