/web-socket-tic-tac-toe

Python FastAPI + java-script tic tac toe game

Primary LanguageHTMLMIT LicenseMIT

Web-socket Tic Tac Toe game Video How to (RUS)

This is an image

How to install

pip install -r requirements.txt

How to run

cd ./server
uvicorn main:app --reload

Open in a browser ./clients/client.html for each player

How it works

This is an image