From 36cf5a354e6880cc96ea2c4a245c28f839a1607f Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:56:13 -0400 Subject: [PATCH 1/7] Add lichess bot links --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d8ddba1..c3289ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces fully legal moves, verified via **PERFT** for correctness and speed. +--- + +## 🧑‍💻 My Bot on Lichess + +🚀 [joshsbot on Lichess](https://lichess.org/@/joshsbot/all) + +--- + +## 🤖 All Bots on Lichess + +👉 [Browse all Lichess bots](https://lichess.org/player/bots) + ## Approach - **Correctness-first engine:** `FEN → board → legal movegen → PERFT` -- 2.34.1 From 60dc880980aefdcc8027a797cf0e8ef4e0d87fe8 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:57:09 -0400 Subject: [PATCH 2/7] Formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c3289ea..2a6f82d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces fully legal moves, verified via **PERFT** for correctness and speed. ---- -## 🧑‍💻 My Bot on Lichess +## My Bot on Lichess 🚀 [joshsbot on Lichess](https://lichess.org/@/joshsbot/all) ---- ## 🤖 All Bots on Lichess -- 2.34.1 From ff728263c71f4da3916683729abb04fb1aaaf1ba Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:58:14 -0400 Subject: [PATCH 3/7] Formatting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a6f82d..d008898 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,14 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces fully legal moves, verified via **PERFT** for correctness and speed. +## 🚀 My Bot on Lichess -## My Bot on Lichess - -🚀 [joshsbot on Lichess](https://lichess.org/@/joshsbot/all) +👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all ## 🤖 All Bots on Lichess -👉 [Browse all Lichess bots](https://lichess.org/player/bots) +👉 Browse all Lichess bots https://lichess.org/player/bots ## Approach - **Correctness-first engine:** `FEN → board → legal movegen → PERFT` -- 2.34.1 From 4c9a38b9b364e5d3420fbaac3332fcc13d212e0f Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:58:53 -0400 Subject: [PATCH 4/7] Formatting --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d008898..872bf6e 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces fully legal moves, verified via **PERFT** for correctness and speed. -## 🚀 My Bot on Lichess -👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all - - -## 🤖 All Bots on Lichess +## 🤖 My Bot on Lichess +👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all 👉 Browse all Lichess bots https://lichess.org/player/bots + ## Approach - **Correctness-first engine:** `FEN → board → legal movegen → PERFT` -- 2.34.1 From 9d54191ca8c90f76d103865d256ae02cf5968146 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:59:29 -0400 Subject: [PATCH 5/7] Use bullets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 872bf6e..9cf5e56 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces ## 🤖 My Bot on Lichess -👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all -👉 Browse all Lichess bots https://lichess.org/player/bots +- 👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all +- 👉 Browse all Lichess bots https://lichess.org/player/bots ## Approach -- 2.34.1 From 587bc7ae2717f519ab5bcbebe4fce2e3478f2ffd Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 14:00:09 -0400 Subject: [PATCH 6/7] Update link to homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf5e56..e0cd189 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces ## 🤖 My Bot on Lichess -- 👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all +- 👉 joshsbot on Lichess https://lichess.org/@/joshsbot - 👉 Browse all Lichess bots https://lichess.org/player/bots -- 2.34.1 From 19ee9c922a97dffe808fab82ef83443fc38cbeda Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 14:02:45 -0400 Subject: [PATCH 7/7] Add live game url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0cd189..6219a34 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Build a clean, fast chess engine in C that starts from a FEN string and produces ## 🤖 My Bot on Lichess - 👉 joshsbot on Lichess https://lichess.org/@/joshsbot + - 🎮 Live games https://lichess.org/@/joshsbot/playing - 👉 Browse all Lichess bots https://lichess.org/player/bots -- 2.34.1