Hello, I am a beginner programmer of C++, and few months ago I got interested in Chess Engines. I was currently looking at Winglet Chess Engine and modifying the code.
However, I got stuck on inserting opening books inside the program.
So, my question is,
What should I write in book.cpp and book.h to make my engine successfully use .bin opening book file during the game?
Thank you in advance!
How can I use opening books?
-
- Posts: 1
- Joined: Mon Jul 09, 2012 9:46 pm
- Real Name: Seungjae Lee
Re: How can I use opening books?
I would suggest you first try to tackle some easier programming projects.rmatorxnrn wrote:What should I write in book.cpp and book.h to make my engine successfully use .bin opening book file during the game?
Re: How can I use opening books?
http://www.top-5000.nl/tools.htmrmatorxnrn wrote:Hello, I am a beginner programmer of C++, and few months ago I got interested in Chess Engines. I was currently looking at Winglet Chess Engine and modifying the code.
However, I got stuck on inserting opening books inside the program.
So, my question is,
What should I write in book.cpp and book.h to make my engine successfully use .bin opening book file during the game?
Thank you in advance!