This is a Python Flask web application that is a basketball-themed tic-tac-toe variant.
To run this Flask app, ensure you have the following installed:
- Python 3.x
- flask
- requests
- beautifulSoup
git clone https://github.com/pgatts/TripleThreat.git
cd TripleThreat/TripleThreat
python3 TripleThreat.py
Go to http://127.0.0.1:5000 on your web browser
Each players (red/blue) selects a box by number and submits a player name as a guess on each turn. First to get three in a row wins!