Page 6 of 60

Re: New engine releases 2020

Posted: Mon Jan 20, 2020 9:51 pm
by Gabor Szots
FoxSEE by Zixiao Han, China

https://github.com/redsalmon91/FoxSEE/

Alouette 0.1.0

Posted: Tue Jan 21, 2020 8:28 am
by Roland Chastain
Alouette 0.1.0 is available. Now the program uses an opening book in Spracklen format. I took this idea from the program La Dame Blanche by Marc-Philippe Huget.

Otherwise it's the same program, with small corrections here and there.

Re: New engine releases 2020

Posted: Sat Jan 25, 2020 11:38 am
by Guenther

Re: New engine releases 2020

Posted: Sun Jan 26, 2020 8:33 pm
by tmokonen
Durandal 0.0.5 is available:

https://github.com/rchastain/durandal/releases

Tinman 0.1.0 (source only for now), a new Rust engine by Mike Leany, author of the chess engine Vapor:

https://github.com/mikeleany/tinman/releases

Re: New engine releases 2020

Posted: Mon Jan 27, 2020 1:26 pm
by tmokonen
I made 32 and 64 bit compiles for Tinman 0.1.0:

https://mega.nz/#!jw0h0a4Q!ky4iLySIooLH ... 6JbLcTmlEk

Re: New engine releases 2020

Posted: Mon Jan 27, 2020 11:47 pm
by Roland Chastain
I created a git repository with the source code of Clericus/Hopeless by Pawel Koziol. I made some modifications for compatibility with the current version of the Delphi compiler, tried to refresh the graphical interface, added a french translation and made some other little modifications. The repository is here:

https://gitlab.com/rchastain/hopeless

About the engine, Pawel tried some new settings, and I added the missing character to the move string in case of promotion, which CuteChess considers an illegal move. I made a Win32 build of the engine, under the version number 0.49.0.1. You can find it here:

https://gitlab.com/rchastain/hopeless/-/tags

I don't provide a build of Clericus (the full program with its graphical interface) because it isn't finished. (In fact, It's the same application, but built with different options.)

Regards.

Roland
tmokonen wrote: Sun Jan 26, 2020 8:33 pm Durandal 0.0.5 is available:

https://github.com/rchastain/durandal/releases
Thank you for making this announcement.

Re: New engine releases 2020

Posted: Tue Jan 28, 2020 10:50 am
by Roland Chastain
Roland Chastain wrote: Mon Jan 27, 2020 11:47 pmAbout the engine, Pawel tried some new settings, and I added the missing character to the move string in case of promotion, which CuteChess considers an illegal move. I made a Win32 build of the engine, under the version number 0.49.0.1. You can find it here:

https://gitlab.com/rchastain/hopeless/-/tags
Hello! The version released yesterday has a bug. In some cases it plays illegal move. It is replaced by v0.49.0.2.

Re: New engine releases 2020:Gumble Chess

Posted: Wed Jan 29, 2020 10:27 pm
by supersharp77
Wholly Unknown Chess Engine....Gumble UCI....

https://gitlab.com/artefact2/gumble/tree/master

Re: New engine releases 2020

Posted: Thu Jan 30, 2020 8:36 am
by Gabor Szots
Guenther wrote: Sat Jan 25, 2020 11:38 am FoxSee 0.24 released
https://github.com/redsalmon91/FoxSEE/releases
It is at version 1.0.1 now.

Re: New engine releases 2020:Gumble Chess

Posted: Thu Jan 30, 2020 1:07 pm
by Guenther
supersharp77 wrote: Wed Jan 29, 2020 10:27 pm Wholly Unknown Chess Engine....Gumble UCI....

https://gitlab.com/artefact2/gumble/tree/master
I don't see how it can be compiled with a few header files missing, which should be the include folder, but are not there.
At least zobrist.h and coords.h are missing...

May be Tony can look into it.