From e068ca499c29ae63eb7c1f007ff8663dd22b7780 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 29 Aug 2025 18:04:51 +0000 Subject: [PATCH] add-lichess-bot-links-to-readme (#38) Reviewed-on: https://git.joshuaschuett.com/projects/chess/pulls/38 Co-authored-by: Josh Co-committed-by: Josh --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d8ddba1..6219a34 100644 --- a/README.md +++ b/README.md @@ -2,6 +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 + +- 👉 joshsbot on Lichess https://lichess.org/@/joshsbot + - 🎮 Live games https://lichess.org/@/joshsbot/playing +- 👉 Browse all Lichess bots https://lichess.org/player/bots + + ## Approach - **Correctness-first engine:** `FEN → board → legal movegen → PERFT`