add-lichess-bot-links-to-readme (#38)
All checks were successful
Build & Push Package / package-and-push (push) Successful in 9s
Python tests (make) / test (push) Successful in 12s

Reviewed-on: #38
Co-authored-by: Josh <josh@joshuaschuett.com>
Co-committed-by: Josh <josh@joshuaschuett.com>
This commit is contained in:
2025-08-29 18:04:51 +00:00
committed by Josh
parent f2154a9762
commit e068ca499c

View File

@@ -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`