how to use the OGS score estimator in your program
how to use the OGS score estimator in your program
Recently I have completed a sgf viewer that shows stone moves on a board. And I would like to have a score estimator in it so that it can tell the scores of black and white and which stones are dead. I am wondering if I can use the OGS score estimator(https://github.com/online-go/score-estimator) in my program (in c++ or javascript). If yes, how do I compile the score estimator(Window 10, msvc2017)? Can anyone tell me details? Or is there a better score estimator you would like to recommend?
-
Javaness2
- Gosei
- Posts: 1545
- Joined: Tue Jul 19, 2011 10:48 am
- GD Posts: 0
- Has thanked: 111 times
- Been thanked: 322 times
- Contact:
Re: how to use the OGS score estimator in your program
I'm not sure what you mean. The OGS repo has a score estimator written in C++ and they say it can be translated to Javascript with emscripten.
What language are you developing in?
What language are you developing in?
Re: how to use the OGS score estimator in your program
"What language are you developing in?"
Thanks in response.
I wrote it in javascript.
I have never used emscription, so no idea how to convert the c++ source of OGS score estimator to javascript.
Thanks in response.
I wrote it in javascript.
I have never used emscription, so no idea how to convert the c++ source of OGS score estimator to javascript.
-
Javaness2
- Gosei
- Posts: 1545
- Joined: Tue Jul 19, 2011 10:48 am
- GD Posts: 0
- Has thanked: 111 times
- Been thanked: 322 times
- Contact:
Re: how to use the OGS score estimator in your program
Best place to ask would be the OGS forum itself - Anoek is active there