Main
Date: 12 jun 2007 00:56:03
From: Dazzy B
Subject: Writing my own GUI for Crafty
Hi guys n gals :)
from early research on the net I came across this text group as a
possible place to contact Dr Hyatt on questions about Crafty. Basically
the topic says it all....I have a GUI for a chess program I'm writing
and spending a lot of time on at the moment (only partially done) using
Borland Delphi 2006. I've read through the documentation for Crafty and
I have no idea how to interface my GUI with the engine...basically I
need some ideas about how to send Crafty information from my GUI and how
to recieve Crafty's output back in my program. Is there any information
out there that could help me?
Thanks in advance,
Darren B




 
Date: 12 Jun 2007 09:52:41
From: Hello
Subject: Re: Writing my own GUI for Crafty
"Dazzy B" <nospam@invalid > wrote in message
news:7NmEmqtoQOUXWFUlnospam@invalid...
> Hi guys n gals :)
> from early research on the net I came across this text group as a
> possible place to contact Dr Hyatt on questions about Crafty. Basically

Dr. Hyatt no longer posts here.

All the spam, bickering, flames, etc. drove him away. (Along with many of
the other computer chess people, including the 'old timers' back from the
60s, 70s, and 80s era programs.)

You can find him now on places like the TalkChess programming forum and the
WinBoard programming forum.

http://wbforum.vpittlik.org/viewforum.php?f=4

http://www.talkchess.com/forum/viewforum.php?start=0&f=7&topic_view=flat

Neither place tolerates spam, flames, etc. so they are fairly safe places to
go if you only want to talk about computer chess.

Crafty already is set up to use the xboard / winboard gui, so all you have
to do is basically pipe the data to / from Crafty and interpret the text
responses accordingly.




----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


  
Date: 12 jun 2007 16:30:22
From: Dazzy B
Subject: Re: Writing my own GUI for Crafty
Hello:
> "Dazzy B" <nospam@invalid> wrote in message
> news:7NmEmqtoQOUXWFUlnospam@invalid...
>> Hi guys n gals :)
>> from early research on the net I came across this text group as a
>> possible place to contact Dr Hyatt on questions about Crafty.
Basically
>
> Dr. Hyatt no longer posts here.
>
> All the spam, bickering, flames, etc. drove him away. (Along with
many of
> the other computer chess people, including the 'old timers' back from
the
> 60s, 70s, and 80s era programs.)
>
> You can find him now on places like the TalkChess programming forum
and the
> WinBoard programming forum.
>
> http://wbforum.vpittlik.org/viewforum.php?f=4
>
>
http://www.talkchess.com/forum/viewforum.php?start=0&f=7&topic_view=flat
>
> Neither place tolerates spam, flames, etc. so they are fairly safe
places to
> go if you only want to talk about computer chess.
>
> Crafty already is set up to use the xboard / winboard gui, so all you
have
> to do is basically pipe the data to / from Crafty and interpret the
text
> responses accordingly.
>
>
>
>
> ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet
News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World!
120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption
=----

--------------------

Hi James, JohnnyT and Hello :)
thanks for your prompt and helpful replies...armed with the extra info
you guys (/gals) supplied I can at least move forward another step.
Thanks again
Dazzy B


 
Date: 11 Jun 2007 20:58:58
From: JohnnyT
Subject: Re: Writing my own GUI for Crafty
Dazzy B wrote:
> Hi guys n gals :)
> from early research on the net I came across this text group as a
> possible place to contact Dr Hyatt on questions about Crafty. Basically
> the topic says it all....I have a GUI for a chess program I'm writing
> and spending a lot of time on at the moment (only partially done) using
> Borland Delphi 2006. I've read through the documentation for Crafty and
> I have no idea how to interface my GUI with the engine...basically I
> need some ideas about how to send Crafty information from my GUI and how
> to recieve Crafty's output back in my program. Is there any information
> out there that could help me?
> Thanks in advance,
> Darren B

Here is a beginning for your search...

http://en.wikipedia.org/wiki/Universal_Chess_Interface



  
Date: 12 Jun 2007 08:36:31
From: James
Subject: Re: Writing my own GUI for Crafty
JohnnyT a �crit :
> Dazzy B wrote:
>> Hi guys n gals :)
>> from early research on the net I came across this text group as a
>> possible place to contact Dr Hyatt on questions about Crafty. Basically
>> the topic says it all....I have a GUI for a chess program I'm writing
>> and spending a lot of time on at the moment (only partially done) using
>> Borland Delphi 2006. I've read through the documentation for Crafty and
>> I have no idea how to interface my GUI with the engine...basically I
>> need some ideas about how to send Crafty information from my GUI and how
>> to recieve Crafty's output back in my program. Is there any information
>> out there that could help me?
>> Thanks in advance,
>> Darren B
>
> Here is a beginning for your search...
>
> http://en.wikipedia.org/wiki/Universal_Chess_Interface
>

Crafty is not using UCI but xboard protocol.
http://www.tim-mann.org/xboard/engine-intf.html