Chess engine: Walleye 1.2.0
Walleye is a UCI-compatible engine written using the classical alpha-beta style AI. It supports loading board positions from arbitrary FEN strings, Unicode pretty printing to the console, and UCI communication logs to help with debugging.
Originally this project was meant as a first introduction to rust and chess programming, but it got a bit carried away.
Author: Mitchel Paulin
v.1.2.0
Fixes some bugs and adds more robust reporting to UCI
Speeds up move generation
Greatly improves move ordering heuristics
Comments
Post a Comment