c9b759d13f
·
2025-12-04 22:15:22 -05:00
55 Commits
Connect4 Moderator - Server
A WebSocket server for the Connect4 Moderator.
An example client can be found in the example_client.py file.
In order to run the example you need:
- Python 3
pip install websocketspip 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.
The Google Sheet outlining the communication protocol can be found here, for those of you who'd prefer to not write their AI in python