Zeno is a chess engine written in Rust. It uses bitboards, magic move generation, and supports standard chess rules including castling and en passant.
Author: Toudonou
Askaig is a strong, single-binary UCI chess engine written in modern C++26. It uses a bitboard board representation with magic bitboards (hyperbola quintessence) for sliding pieces, and plays through a multi-threaded, heavily-pruned alpha-beta search with a tapered hand-crafted evaluation.
Author: Nguyen Van Thang
Elby's Chess Engine that can beat any human (hopefully... eventually).
Author: Elbert Alcantara
Comments
Post a Comment