New engine releases 2026 H2

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

Moderator: Ras

User avatar
Graham Banks
Posts: 46306
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New engine releases 2026 H2

Post by Graham Banks »

Elorejano wrote: Sat Aug 08, 2026 9:41 pm Incredible news!!!
Nice to see this Winboard engine again!!
Dorky is now UCI. :)
gbanksnz at gmail.com
Elorejano
Posts: 170
Joined: Sat Mar 20, 2010 3:31 am

Re: New engine releases 2026 H2

Post by Elorejano »

If the primary protocol is the correct one (WinBoard), there is no issue with attaching the secondary protocol (UCI). :D
cristiv
Posts: 20
Joined: Mon Nov 08, 2021 8:54 pm
Full name: Cristian Vlasceanu

Re: New engine releases 2026 H2

Post by cristiv »

Sturddle 2.6.0 released.

https://github.com/cristivlas/sturddle- ... ease-2.6.0
ELO improvement over 2.5.0: TC=720+8: 35.88 ±7.94, TC=120+2: 40.5 ± 8.4

Concept GUI:
https://github.com/cristivlas/sturddle-view
https://github.com/cristivlas/sturddle- ... 0.5.2-Beta
User avatar
Roland Chastain
Posts: 711
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Gumble RC 240529

Post by Roland Chastain »

Gumble, a toy engine that I retouched two years ago but never announced (I believe).

I had fixed a small compilation error with recent GCC, fixed an error in the program (regarding FEN string splitting) and made the program recognize/ignore the movestogo parameter (instead of stopping).

Now I can include the program in my tournaments with Cutechess-cli. 8-)

Code: Select all

Rank Name                          Elo     +/-   Games   Score    Draw 
   0 Gumble RC 240529              -29     161      12   45.8%   41.7% 
   1 MSCP 1.4                      inf     nan       2  100.0%    0.0% 
   2 Sachy 0.2 RC 0.5              191     nan       2   75.0%   50.0% 
   3 Micro-Max 1.6                   0       0       2   50.0%  100.0% 
   4 Irina 0.23                      0     nan       2   50.0%    0.0% 
   5 Monchester 1.0.1             -191     nan       2   25.0%   50.0% 
   6 GiuChess 1.0 RC 0.2          -191     nan       2   25.0%   50.0% 
Original repository: https://gitlab.com/artefact2/gumble
My repository: https://codeberg.org/rchastain/gumble
Linux 64-bit binary: https://msegui.net/downloads/chess/
Qui trop embrasse mal étreint.

Author of Eschecs, a simple UCI chess GUI written in Pascal.
Ipmanchess
Posts: 13
Joined: Tue Sep 07, 2021 12:55 pm
Full name: Jean-Paul Vael

Re: New engine releases 2026 H2

Post by Ipmanchess »

User avatar
Sylwy
Posts: 5334
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: New engine releases 2026 H2

Post by Sylwy »

User avatar
Sylwy
Posts: 5334
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: New engine releases 2026 H2

Post by Sylwy »

A new engine written in Go: Ariadne. By Liam Galvin.

https://github.com/liamg/ariadne

:wink:

Image
User avatar
Jim Ablett
Posts: 2582
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Gumble RC 240529

Post by Jim Ablett »

Roland Chastain wrote: Tue Aug 11, 2026 9:48 am Gumble, a toy engine that I retouched two years ago but never announced (I believe).

I had fixed a small compilation error with recent GCC, fixed an error in the program (regarding FEN string splitting) and made the program recognize/ignore the movestogo parameter (instead of stopping).

Now I can include the program in my tournaments with Cutechess-cli. 8-)

Code: Select all

Rank Name                          Elo     +/-   Games   Score    Draw 
   0 Gumble RC 240529              -29     161      12   45.8%   41.7% 
   1 MSCP 1.4                      inf     nan       2  100.0%    0.0% 
   2 Sachy 0.2 RC 0.5              191     nan       2   75.0%   50.0% 
   3 Micro-Max 1.6                   0       0       2   50.0%  100.0% 
   4 Irina 0.23                      0     nan       2   50.0%    0.0% 
   5 Monchester 1.0.1             -191     nan       2   25.0%   50.0% 
   6 GiuChess 1.0 RC 0.2          -191     nan       2   25.0%   50.0% 
Original repository: https://gitlab.com/artefact2/gumble
My repository: https://codeberg.org/rchastain/gumble
Linux 64-bit binary: https://msegui.net/downloads/chess/
Windows build:
https://fromsmash.com/GumbleRC2405JA

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

Re: Gumble RC 240529

Post by Roland Chastain »

Sylwy wrote: Sun Aug 16, 2026 7:34 pm A new engine written in Go: Ariadne. By Liam Galvin.
I like the name. I will test it! :)
Jim Ablett wrote: Sun Aug 16, 2026 9:00 pm Windows build:
https://fromsmash.com/GumbleRC2405JA
Thank you! 8-)
Qui trop embrasse mal étreint.

Author of Eschecs, a simple UCI chess GUI written in Pascal.