rename tictactoe -> minimax and add as submodule
authorDylan Lloyd <dylan@disinclined.org>
Fri, 10 Feb 2023 21:57:35 +0000 (16:57 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Fri, 10 Feb 2023 21:57:35 +0000 (16:57 -0500)
.gitmodules
minimax [new submodule]
tictactoe [deleted submodule]

index 142dde6..0c42872 100644 (file)
@@ -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/minimax b/minimax
new file mode 160000 (submodule)
index 0000000..16eecb6
--- /dev/null
+++ b/minimax
@@ -0,0 +1 @@
+Subproject commit 16eecb6b3a655e4b8f01c113c953ede47dd6c4b7
diff --git a/tictactoe b/tictactoe
deleted file mode 160000 (submodule)
index 16eecb6..0000000
--- a/tictactoe
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 16eecb6b3a655e4b8f01c113c953ede47dd6c4b7