Chess engine Jazz now available

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

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
User avatar
Evert
Posts: 2898
Joined: Fri Jan 21, 2011 11:42 pm
Location: NL
Contact:

Chess engine Jazz now available

Post by Evert » Tue Feb 22, 2011 7:21 pm

My chess program Jazz is now available for download, from the website http://www.eglebbk.dds.nl/program/chess-index.html , which also includes some general background information about the program as well as its younger sibling Sjaak (which I now remember I had to think about giving another name...).
Jazz plays chess, Sjaak plays a couple of games including chess.

For the moment, only source code is available for download. I can provide universal MacOS X binaries as well as 32 bit Linux and Windows binaries later. Unfortunately I can't produce 64 bit Linux or Windows binaries.

Jazz has both a UCI and an XBoard interface, so should be usable from any standard chess GUI (I've mainly used XBoard myself).

(By the way, I apologise beforehand to anyone brave enough to look at the source code, it's in dire need of some massive cleanup).
Last edited by Evert on Tue Feb 22, 2011 7:30 pm, edited 1 time in total.

Dann Corbit
Posts: 8662
Joined: Wed Mar 08, 2006 7:57 pm
Location: Redmond, WA USA
Contact:

Re: Chess engine Jazz now available

Post by Dann Corbit » Tue Feb 22, 2011 7:29 pm

Evert wrote:My chess program Jazz is now available for download, from the website http://www.eglebbk.dds.nl/program/chess-index.html, which also includes some general background information about the program as well as its younger sibling Sjaak (which I now remember I had to think about giving another name...).
Jazz plays chess, Sjaak plays a couple of games including chess.

For the moment, only source code is available for download. I can provide universal MacOS X binaries as well as 32 bit Linux and Windows binaries later. Unfortunately I can't produce 64 bit Linux or Windows binaries.

Jazz has both a UCI and an XBoard interface, so should be usable from any standard chess GUI (I've mainly used XBoard myself).

(By the way, I apologise beforehand to anyone brave enough to look at the source code, it's in dire need of some massive cleanup).
I get this:
The webpage cannot be found
HTTP 404

If I shorten the link to this:
http://www.eglebbk.dds.nl/program/

I see a menu:
Main
Home

Games
Carcassonne
Dungeon of Darkness
Rise of the Tribes

Useful libraries
Allegro
AllegroGL
Libnet

Miscellaneous
Allegro.cc

But no chess program.

User avatar
Evert
Posts: 2898
Joined: Fri Jan 21, 2011 11:42 pm
Location: NL
Contact:

Re: Chess engine Jazz now available

Post by Evert » Tue Feb 22, 2011 7:32 pm

Dann Corbit wrote: I get this:
The webpage cannot be found
HTTP 404

If I shorten the link to this:
http://www.eglebbk.dds.nl/program/

I see a menu:
Main
Home

Games
Carcassonne
Dungeon of Darkness
Rise of the Tribes

Useful libraries
Allegro
AllegroGL
Libnet

Miscellaneous
Allegro.cc

But no chess program.
No, those are older programming projects of mine, there is no link between those pages.
Anyway, should be fixed now (the problem was the , that the forum stuck to the end of the URL, I've added an extra space).

Dann Corbit
Posts: 8662
Joined: Wed Mar 08, 2006 7:57 pm
Location: Redmond, WA USA
Contact:

Re: Chess engine Jazz now available

Post by Dann Corbit » Tue Feb 22, 2011 9:39 pm



Dann Corbit
Posts: 8662
Joined: Wed Mar 08, 2006 7:57 pm
Location: Redmond, WA USA
Contact:

Re: Chess engine Jazz now available

Post by Dann Corbit » Tue Feb 22, 2011 11:10 pm

Christopher Conkie wrote:
Dann Corbit wrote:Here is a C89 version of Sjaak:
http://cap.connx.com/chess-engines/new- ... h/Sjaak.7z
These look direct.

http://www.eglebbk.dds.nl/program/downl ... 421.tar.gz

http://www.eglebbk.dds.nl/program/downl ... 149.tar.gz

Very nice Evert.

:)
The version I made will compile on a C90 compiler like Visual C++, which is why I offered it as an alternative.

User avatar
Evert
Posts: 2898
Joined: Fri Jan 21, 2011 11:42 pm
Location: NL
Contact:

Re: Chess engine Jazz now available

Post by Evert » Wed Feb 23, 2011 1:47 am

I've now added Win32 and Mac OS X binaries for both the XBoard and UCI versions. I've also added a link to the Win32 compile for Sjaak contributed by Dann Corbit (thanks!).

User avatar
Evert
Posts: 2898
Joined: Fri Jan 21, 2011 11:42 pm
Location: NL
Contact:

Re: Chess engine Jazz now available

Post by Evert » Wed Feb 23, 2011 1:50 am

Dann Corbit wrote:Here is a C89 version of Sjaak:
http://cap.connx.com/chess-engines/new- ... h/Sjaak.7z
Thanks! I've added that file to the download page.
I'll think about back-porting your changes back into the repository. I'm a bit reluctant to let go of C99, although I haven't used it that extensively.
The main concern is that I'll undoubtedly break something again in the future.

User avatar
Kirill Kryukov
Posts: 492
Joined: Sun Mar 19, 2006 3:12 am

Re: Chess engine Jazz now available

Post by Kirill Kryukov » Wed Feb 23, 2011 2:34 am

Thanks and congrats on this long awaited release, Evert! Added to my testing queue. :-)

Adam Hair
Posts: 3185
Joined: Wed May 06, 2009 8:31 pm
Location: Fuquay-Varina, North Carolina

Re: Chess engine Jazz now available

Post by Adam Hair » Wed Feb 23, 2011 3:13 am

Thank you for sharing both engines Evert.

Post Reply