Create opening book for Xiangqi (Chinese chess)
MoonRiver Xiangqi OpeningBook is code for building Xiangqi Opening Book and its probing code. The main code is written in C++ (using standad C++11 library). Xiangqi developers could use this to add freely and quickly opening book probing to their Xiangqi engines.
The GUI is written with Qt (using QML / Qt Quick), thus it could be compiled and run in popular OS.
Our code and data (egtb files) are released under the liberal MIT license, so basically you can use it with almost no restrictions.
MoonRiver Xiangqi OpeningBook was written by Nguyen Hong Pham (axchess at yahoo dot com).