You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chess engine in C++17 written from scratch: bitboards, PVS search with singular extensions, Lazy SMP, and an NNUE trained on its own self-play. Around 3200 on the CCRL blitz scale. UCI.
Pygin - a from-scratch UCI chess engine in Python + C, with a hand-written search and evaluation and the entire per-node search loop in C. Built with the help of Claude Code.
A free, open-source C++20 UCI chess engine with NNUE evaluation, Lazy SMP multithreading, and Syzygy tablebase support. Named after Coco from Witch Hat Atelier.