Flask based tic-tac-toe front end.
git clone git@github.com:ESCAE/tic-tac-toe-frontend.git
cd tic-tac-toe-frontend
python3.6 -m venv ENV
. ENV/bin/activate
pip install -r requirements.pip
python tictac.py
Visit localhost:5000 in a browser to see the board.
python test_tictac.py