Tic-Tac-Toe game for two players written in Python.
It uses websockets module for communication.
The best way would be to create virtual environment:
python -m venv env
Then activate it:
source env/bin/activate
Install it with pip, running below command in project directory:
pip install -e .
Now to run it:
./env/bin/python_tic_tac_toe