New engine releases 2020

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
Roland Chastain
Posts: 705
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Alouette 0.1.0

Post 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.
Qui trop embrasse mal étreint.

Author of Eschecs, a simple UCI chess GUI written in Pascal.
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020

Post by Guenther »

https://rwbc-chess.de

[Trolls n'existent pas...]
tmokonen
Posts: 1367
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases 2020

Post 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
tmokonen
Posts: 1367
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases 2020

Post by tmokonen »

I made 32 and 64 bit compiles for Tinman 0.1.0:

https://mega.nz/#!jw0h0a4Q!ky4iLySIooLH ... 6JbLcTmlEk
User avatar
Roland Chastain
Posts: 705
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: New engine releases 2020

Post 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.
Qui trop embrasse mal étreint.

Author of Eschecs, a simple UCI chess GUI written in Pascal.
User avatar
Roland Chastain
Posts: 705
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: New engine releases 2020

Post 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.
Qui trop embrasse mal étreint.

Author of Eschecs, a simple UCI chess GUI written in Pascal.
supersharp77
Posts: 1268
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

Re: New engine releases 2020:Gumble Chess

Post by supersharp77 »

Wholly Unknown Chess Engine....Gumble UCI....

https://gitlab.com/artefact2/gumble/tree/master
User avatar
Gabor Szots
Posts: 1565
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: New engine releases 2020

Post 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.
Gabor Szots
CCRL testing group
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New engine releases 2020:Gumble Chess

Post 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.
https://rwbc-chess.de

[Trolls n'existent pas...]
tmokonen
Posts: 1367
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: New engine releases 2020:Gumble Chess

Post by tmokonen »

Guenther wrote: Thu Jan 30, 2020 1:07 pm
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.
I don't think it's possible to compile without the missing files zobrist.h, coords.h and lut.h. All of these missing files are listed in the .gitignore file, so it appears they were deliberately left out of source control. I am not sure why.