From 482f7a9b78537839405f6f474f12635dff39c438 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Tue, 18 Nov 2025 17:44:14 -0500 Subject: [PATCH] misc: update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe4b65..e8aa323 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,6 @@ In order to run the example you need: 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). \ No newline at end of file +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). + +The Google Sheet outlining the communication protocol can be found [here](https://docs.google.com/spreadsheets/d/1qPrNvB4-1jzvkaQXJcA1Z2OllpSQYmtMRfbOgSi4Yhw), for those of you who'd prefer to not write their AI in python \ No newline at end of file