|
From: | 徐鸿 |
Subject: | Re: [gnugo-devel] Don't get score !! |
Date: | Tue, 15 Mar 2016 22:12:07 +0800 |
Hi
I can’t use gnugo engine totally to load .sgf and get score for three weeks!
My goal is which load .sgf file and gnugo engine can output score . How to code?
My code is the below ,some parameters were omited:
Main()
{
init_gnugo();
gnugo_clear_board();
sgftree_readfile(&sgftree ,“c:\test.sgf”)
gnugo_estimate_score();
}
But I can’t get score !and you tell me how to invoke funtion! Thank you advance!
Jiffy
_______________________________________________
gnugo-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnugo-devel
[Prev in Thread] | Current Thread | [Next in Thread] |