From 3a9b3cdd4c6b58f288938d1bb3e63dde24df82c0 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Fri, 5 Dec 2025 22:29:38 -0500 Subject: [PATCH] misc: update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3bd988..b28f336 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A WebSocket server for the RPI Minds & Machines class and the Connect4 Final Project. +Built from the foundation of [exoRift/mindsmachines-connect](https://github.com/exoRift/mindsmachines-connect4) + # To Build Your AI Download the [`gameloop.py`](https://github.com/joshuafhiggins/connect4-moderator-server/blob/main/gameloop.py) and [`agent.py`](https://github.com/joshuafhiggins/connect4-moderator-server/blob/main/agent.py) files. It is heavily encouraged you only make changes to the `agent.py` file