The Web version of the game Tic-Tac-Toe, created on the Python Django.
Open terminal and write this commands
git clone https://github.com/AnotherProksY/Django-Web-Tic-Tac-Toe.git
cd Django-Web-Tic-Tac-Toe/
python3 -m venv .env
source .env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py runserver
Open your Web Browser and put this URL
localhost:8000
To stop server, hit Ctrl-C