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