Sabertooth Chess Engine

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

Moderators: hgm, Rebel, chrisw

supersharp77
Posts: 1242
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

Sabertooth Chess Engine

Post by supersharp77 »

Engine by Dyl Hunn (Mac/Linux/Windows)

https://github.com/dylhunn/sabertooth-source

https://dylhunn.github.io/sabertooth/

Engine Creator:"Need Windows Compile...had trouble compiling for windows 64"....... :wink:
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Sabertooth Chess Engine

Post by Guenther »

supersharp77 wrote: Fri Mar 15, 2019 9:07 pm Engine by Dyl Hunn (Mac/Linux/Windows)

https://github.com/dylhunn/sabertooth-source

https://dylhunn.github.io/sabertooth/

Engine Creator:"Need Windows Compile...had trouble compiling for windows 64"....... :wink:
It seems you neither read the essential and serious sites for computer chess engines...nor do a forum search.

Sabertooth was a dead born and was followed up by Dragontooth.
https://github.com/dylhunn/dragontooth
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: Sabertooth Chess Engine

Post by velmarin »

One is C, and other go.

I guess they are different, although brothers.
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Sabertooth Chess Engine

Post by Guenther »

velmarin wrote: Fri Mar 15, 2019 10:09 pm One is C, and other go.

I guess they are different, although brothers.
Sabertooth simply was extremely buggy...
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Re: Sabertooth Chess Engine

Post by Norbert Raimund Leisner »

Dylan Hunn´s answer:

These are POSIX-compliant binaries. They will work with any Linux or Mac computer and a UCI chess GUI. This <https://github.com/dylhunn/fianchetto> is the source code, which will compile on either Linux or Mac. The executables here <https://dylhunn.github.io/sabertooth/> run on either Linux or Mac. These are not dmg/gz files because they are command-line programs, meant for use with a UCI chess engine. (To make them execute independently, you can navigate to the enclosing folder in a terminal, and then execute them with: "*./sabertooth*". You might first need to make them executable with "*chmod +x sabertooth*".) Unfortunately, there are no plans for a Windows version.

Norbert
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: Sabertooth Chess Engine

Post by velmarin »

Executable Winx64, is very weak, but it works correctly.
code in published github https://github.com/dylhunn/sabertooth-source

Exe:
https://drive.google.com/file/d/1NqUTiz ... sp=sharing
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Sabertooth Chess Engine

Post by Guenther »

velmarin wrote: Sun Mar 17, 2019 8:54 am Executable Winx64, is very weak, but it works correctly.
code in published github https://github.com/dylhunn/sabertooth-source

Exe:
https://drive.google.com/file/d/1NqUTiz ... sp=sharing
It seems it is no static build, because it complains about a missing libwinpthread-1.dll.
I tried a few versions I have here and an older one I had from latest RedQueen 1.1.98 release is working correctly.

https://sourceforge.net/projects/redque ... en-1.1.98/
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
supersharp77
Posts: 1242
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

Re: Sabertooth Chess Engine

Post by supersharp77 »

Guenther wrote: Sun Mar 17, 2019 10:18 am
velmarin wrote: Sun Mar 17, 2019 8:54 am Executable Winx64, is very weak, but it works correctly.
code in published github https://github.com/dylhunn/sabertooth-source

Exe:
https://drive.google.com/file/d/1NqUTiz ... sp=sharing
It seems it is no static build, because it complains about a missing libwinpthread-1.dll.
I tried a few versions I have here and an older one I had from latest RedQueen 1.1.98 release is working correctly.

https://sourceforge.net/projects/redque ... en-1.1.98/
Thank You.!! AR :D :wink: