From ff728263c71f4da3916683729abb04fb1aaaf1ba Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 13:58:14 -0400 Subject: [PATCH] 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`