LittleBlitzer 2.76 is available

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

Moderator: Ras

kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

LittleBlitzer 2.76 is available

Post by kranium »

LittleBlitzer 2.76 (for Windows) is available
https://github.com/FireFather/littleblitzer

Major changes since 2.74:

Code: Select all

64 bit
Max concurrency up (from 16) to 128 threads
Application window size increased
Window is now horizontally and vertically resizable (data no longer exceeds screen size)
Visual Studio 2022 project files
According to Stefan Pohl who has used it for many years there are still a few bugs...
see his LBG_hints.rtf, available at Stefan Pohl Computer Chess:
https://www.sp-cc.de/
In Downloads: find the 'Download a short manual and some other helpful files for using the LittleBlitzerGUI here' link
User avatar
pohl4711
Posts: 2813
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: LittleBlitzer 2.76 is available

Post by pohl4711 »

kranium wrote: Wed Dec 20, 2023 11:05 pm LittleBlitzer 2.76 (for Windows) is available
https://github.com/FireFather/littleblitzer

Major changes since 2.74:

Code: Select all

64 bit
Max concurrency up (from 16) to 128 threads
Application window size increased
Window is now horizontally and vertically resizable (data no longer exceeds screen size)
Visual Studio 2022 project files
According to Stefan Pohl who has used it for many years there are still a few bugs...
see his LBG_hints.rtf, available at Stefan Pohl Computer Chess:
https://www.sp-cc.de/
In Downloads: find the 'Download a short manual and some other helpful files for using the LittleBlitzerGUI here' link
If you want to fix LBG, 2 main bugs must be fixed: 50move draw-rule is buggy (draw not after 100, but 101 plies... wrong) and (main bug): en passant captured pawns are not deleted, when ep happens in a pgn-opening line in a pgn-openings-file.. If both would be fixed, LBG could be used today. But honestly, since cutechess-cli is able to play openings sequentially and repeated in a gauntlet (since 2021), I see no need to use LBG anymore as a tester, because cutechess-cli is much better. My 2cents.