[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] program based on gnugo
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] program based on gnugo |
Date: |
Sat, 12 Jan 2002 01:19:18 +0100 (CET) |
Hi Bernard,
> I am trying to write a program using some parts of gnugo. To begin with,
> it will probably be some kind of monte carlo go.
>
> Do you have ideas as to how I should try and incorporate my move
> generation code in gnugo ? What I've done now is patching main.c so that
> it accepts an option --mcgo, and interface.c, modifying the function
> gnugo_genmove :
>
(...)
> I also added my object file in engine/Makefile and a #include in
> gnugo.h.
>
> It seems to work quite well. Is it a "normal" way to do it ?
Why not? Just note that engine/Makefile is automatically generated by
configure, so adding it to engine/Makefile.am and engine/Makefile.in seems
more appropriate.
Good luck, Arend