summaryrefslogtreecommitdiff
path: root/docs/posts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r--docs/posts/index.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 7e6f7e4..e1c1cdd 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -84,6 +84,23 @@ lead.innerText = new_phrase;
<ul>
+ <li><a href="/posts/2024-04-17-implementing-minimax-for-chess-in-swift.html">Implementing Minimax with Alpha-Beta pruning for a simple Chess AI in Swift</a></li>
+ <ul>
+ <li>Adding a bestMove method to swift-chess-neo by implementing alpha-beta pruning for minimax</li>
+ <li>Published On: 2024-04-17 23:20</li>
+ <li>Tags:
+
+ <a href='/tags/Swift.html'>Swift</a>,
+
+ <a href='/tags/Chess.html'>Chess</a>,
+
+ <a href='/tags/Game Theory.html'>Game Theory</a>,
+
+ <a href='/tags/Mathematics.html'>Mathematics</a>
+
+ </ul>
+
+
<li><a href="/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.html">Fixing ADFRSuite for Apple Silicon</a></li>
<ul>
<li>Fixing ADFRsuite on M1/MX chip Macs - CLI Tools</li>
@@ -103,7 +120,7 @@ lead.innerText = new_phrase;
<li>Published On: 2024-03-26 15:36</li>
<li>Tags:
- <a href='/tags/mathematics.html'>mathematics</a>
+ <a href='/tags/Mathematics.html'>Mathematics</a>
</ul>