开发者

Looking for Scid's opening book viewer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 开发者_StackOverflow中文版years ago.

Improve this question

I'm trying to implement a chess bot using an opening library.

I've downloaded an opening book file (opening.bin) from Scid.

Is there a viewer utility available for download ?


Sorry for answering the question late. Basically, you should use polyglot for opening the .bin file. The .bin format is a format invented by Polyglot's author, and it makes sense to use his code to open it. Take a look of polyglot's source, book.cpp, it has everything you need even selecting a random move. Alternatively, you could study the source code for Fruit and Stockfish, both chess engines use the .bin opening books.

In general, don't ask chess questions on stackoverflow, ask on talkchess.com.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜