This is the initial developmental release of the Squid UCI chess engine!
Author: Lucamne
Squid currently implements a subset of the UCI protocol. Many commands are missing, but the essentials required to load and run the engine in a standard UCI GUI have been implemented. See 'UCI.txt' for implementation details.
Squid's strength is formally untested, but it plays much better than most amateurs and potentially better than that.
Squid has only been tested on 64bit windows, but should be fairly portable to other 64bit systems. To do this you must write a platform layer similar to windows_main.c which implements the platform API described in engine.h.

Comments
Post a Comment