Formatting
All checks were successful
Python tests (make) / test (push) Successful in 11s

This commit is contained in:
2025-08-29 13:58:53 -04:00
parent ff728263c7
commit 4c9a38b9b3

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