likeawizard / polyglot-composer

A library to compose polyglot opening books from PGN game collections
GNU General Public License v3.0
5 stars 0 forks source link
chess pgn polyglot

polyglot-composer

A library to compose polyglot opening books from PGN file containing one or multiple games. Supports bz2 compressed PGNs

Features

Build

Run make build to compile polyglot-composer

Usage

-o flag is optional output file name. Defaults to poly_out.bin -pgn single or comma delimited files

polyglot-composer -pgn <pgn_input.pgn>|<pgn1.pgn,pgn2.pgn.bz2,...> [-o <book.bin>]

Known issues and planned features

Acknowledgments