Computer Chess Club Archives


Search

Terms

Messages

Subject: question about ReadPGN of Crafty

Author: Uri Blass

Date: 16:40:23 09/20/04


I see that Crafty handle FEN by the following  command

else if (strstr(input_buffer,"FEN"))
		{
          sprintf(buffer,"setboard %s",value);
          (void) Option(local[0]);
          continue;
        }
        return(1);

I do not understand what it exactly does and what does Option (local[0]) does.

Uri



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.