Chess engine: Walleye 1.5.1
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 Rating CEDR=2376
v.1.5.1
Fixed issue where Walleye would have high CPU usage across multiple cores even when only using one thread to search
Comments
Post a Comment