Regular Boardgames parser library
Simply clone the parser:
git clone https://github.com/uicus/rbgParser.git
Then compile it with
make rbgParser
To compile static library, use:
make librbgParser.a
Note that using:
make
will create both standalone executable and static library. They will be found in bin directory.
Games source files are available at:
https://github.com/marekesz/rbgGames