[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnubg] gnubg -c
From: |
Joern Thyssen |
Subject: |
Re: [Bug-gnubg] gnubg -c |
Date: |
Thu, 9 Jan 2003 15:09:42 +0000 |
User-agent: |
Mutt/1.4i |
On Wed, Jan 08, 2003 at 09:46:15PM +1300, Joseph Heled wrote
> Tried 'gnubg -c s' when s is the following file
>
> ------------
> set automatic game off
> set player user human
> new game
> set board 2LYBCDPOewMAAA
> set player user gnubg
> play
> --------------
>
>
> but play never commences? same commands from 'gnubg -t' work.
>
> Ideas?
Using -c will not make gnubg play. There is a FIXME in gnubg.c line
3866:
/* FIXME handle NextTurn events? */
which I believe explains that the game never commences.
You should redirect the file into gnubg instead.
Jørn