From 236c695ca30188aa70897a8a0d9dcea464df4a75 Mon Sep 17 00:00:00 2001
From: Dylan Lloyd <dylan@disinclined.org>
Date: Fri, 10 Feb 2023 16:57:35 -0500
Subject: [PATCH] rename tictactoe -> minimax and add as submodule

---
 .gitmodules          | 4 ++--
 tictactoe => minimax | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename tictactoe => minimax (100%)

diff --git a/.gitmodules b/.gitmodules
index 142dde6..0c42872 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,6 @@
 [submodule "mud"]
 	path = mud
 	url = git@github.com:majuscule/mudd.git
-[submodule "tictactoe"]
-	path = tictactoe
+[submodule "minimax"]
+	path = minimax
 	url = git@github.com:majuscule/minimax.git
diff --git a/tictactoe b/minimax
similarity index 100%
rename from tictactoe
rename to minimax
-- 
2.30.2