New chess engine: Euwe 1.2.1
Euwe is a UCI chess engine written in modern C++. It is named after Max Euwe, a Dutch chess player, mathematician, former FIDE president, and the fifth World Chess Champion.
Author: Joost Houben
Since this is the first release of the engine it is still relatively simplistic and has only moderate playing strength. Based on my own testing against other open source engines on CCRL I expect that it's strength (under 2'/1" time control) is about 2200-2250 elo. I'm excited to continue tinkering with it to improve it.
v.1.2.1:
Functionally identical to v1.2.0, but statically links the runtime library. This means that the runtime library is included in the .exe file so that it takes no dependency on the runtime library available on the user's system.
Comments
Post a Comment