This is a simple implementation of Flask in hangman
To run the app, you will need to have a Python 3 install, and pip on your machine.
To install the dependencies, run pip install -r requirements.txt
To run the application, Run export FLASK_APP=main.py and then flask run.
By default it will be deployed at http://127.0.0.1:5000/