We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b228ba3 commit d9deb3eCopy full SHA for d9deb3e
README.md
@@ -7,7 +7,7 @@ A simple 2 player chess AI that implemented minimax & alpha-beta pruning & move-
7
8
I screwed up my previous chess game with bad design and without planning ahead
9
10
-I decided to make a chess game, but my pc do not have one, so I decided to make one for myself
+I decided to make a chess game because my pc do not have one
11
12
NOTE: **Credit to Christos-Kouros for timer function**
13
@@ -53,4 +53,4 @@ No. | Features
53
12.| Enabled/disable a timer **(Credit to Christos-Kouros)**
54
55

56
-[SimpleParallelChessAI.jar](out/artifacts/Intellij_Project_jar/Intellij%20Project.jar)
+[SimpleParallelChessAI.jar](out/artifacts/Intellij_Project_jar/Intellij%20Project.jar)
0 commit comments