A webserver game where the client echos the server.
inputimeout==1.0.4
websockets==8.1
- Clone the repo and cd into Echo directory.
- Install dependencies, listed in requirements.txt.
- Open two terminals sessions.
- Run
python server.py
in one of the terminals to run the server. - Run
python client.py
in the other terminal. - Follow the instructions.