bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Re: Showing Moves


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Re: Showing Moves
Date: Tue, 20 May 2003 15:00:20 +0000
User-agent: Mutt/1.4.1i

On Tue, May 20, 2003 at 07:46:09AM -0700, Rod Roark wrote
> On Tuesday 20 May 2003 07:18 am, Joern Thyssen wrote:
> > On Tue, May 20, 2003 at 07:06:46AM -0700, Rod Roark wrote
> > > On Tuesday 20 May 2003 12:28 am, Joern Thyssen wrote:
> [snip]
> > > > There is no code for resignations...
> > >
> > > That would be a problem.  Is there a workaround?
> >
> > Workaround no. 1: reject all resignations
> 
> Can gnubg resign when using an external controller?

No, but I guess your code is something like:

get FIBS board from fibs
pass FIBS board to external gnubg
send returned command to fibs


The word-around code is:

get FIBS board from fibs
if isResignation(Fibs board)
   send "kibitz I'm sorry, I can't handle resignations yet :-(" to fibs
   send "reject" to fibs
else
   pass fibs board to external gnubg
   send returned command to fibs

Jørn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]