add-lichess-bot-links-to-readme #38

Merged
Josh merged 7 commits from update-readme into main 2025-08-29 18:04:51 +00:00
Showing only changes of commit 4c9a38b9b3 - Show all commits

View File

@@ -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. 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 ## 🤖 My Bot on Lichess
## 🤖 All Bots on Lichess
👉 joshsbot on Lichess https://lichess.org/@/joshsbot/all
👉 Browse all Lichess bots https://lichess.org/player/bots 👉 Browse all Lichess bots https://lichess.org/player/bots
## Approach ## Approach
- **Correctness-first engine:** `FEN → board → legal movegen → PERFT` - **Correctness-first engine:** `FEN → board → legal movegen → PERFT`