Computer Chess Club Archives


Search

Terms

Messages

Subject: can you help me a lot with winboard?

Author: Antonio Dieguez

Date: 04:22:20 11/16/99


# include <stdio.h>
# include <brain.cc>

brain *thinker;

position *p;
int secondsLeft;
...

/* this function just talk with thinker */
void think (position, turn);

int isLegal (position, turn, move);

void newGame ();

...


main()
{

thinker=new brain();
p=new position();

while (1)
{

newGame();






}


}

Eerr... If I have something like that in the main, can you put for me all other
things inside to make it play a simple game under winboard? just the basic
things, I will be enourmusly very appreciated !!

Other thing, programs compiled with djgpp doesnt run well under winboard?

A lot of Thanks.



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.