fix: example client bug fixes & handle ping/pongs on server
This commit is contained in:
15
README.md
15
README.md
@@ -1 +1,14 @@
|
||||
# Connect4 Moderator - Server
|
||||
# Connect4 Moderator - Server
|
||||
|
||||
A WebSocket server for the Connect4 Moderator.
|
||||
|
||||
An example client can be found in the [`example_client.py`](https://github.com/joshuafhiggins/connect4-moderator-server/blob/main/example_client.py) file.
|
||||
|
||||
In order to run the example you need:
|
||||
- Python 3
|
||||
- `pip install websockets`
|
||||
- `pip install pip-system-certs`
|
||||
|
||||
To run the example, run `python example_client.py`.
|
||||
|
||||
The visual client for observing games/tournaments as well as managing games can be found at [`connect4-moderator-observer`](https://github.com/joshuafhiggins/connect4-moderator-observer).
|
||||
Reference in New Issue
Block a user