Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Arena's "human" and "program" modes

Author: Matthias Gemuh

Date: 06:23:34 12/29/04

Go up one level in this thread


On December 29, 2004 at 06:33:10, Uri Blass wrote:

>On December 29, 2004 at 04:07:46, Matthias Gemuh wrote:
>
>>
>>When my engine plays against another engine, it expects a "go" command at
>>start of game, like under WinBoard. When it plays against a human, it expects
>>no "go" commands. That works perfectly under WinBoard.
>
>I wonder how can Taktix play a game against human with white
>with no go command?
>
>
>Here is start of winboard debug when I want to tell movei to play a game with
>white against me(it should be the same for every engine because all the commands
>are of winboard).
>
>5343 >first : black
>5343 >first : time 12000
>otim 12000
>5343 >first : white
>go
>


parse_wb_command() : easy
parse_wb_command() : black
parse_wb_command() : time 30000
parse_wb_command() : otim 30000
parse_wb_command() : white
parse_wb_command() : go


Playing with white against a human, my engine receives a "go" command from
WinBoard and plays normally.

/Matthias.



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.