Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 326 Bytes

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;