Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 306 Bytes

File metadata and controls

13 lines (11 loc) · 306 Bytes

gib2sgf

A GIB to SGF converter written in Kotlin

Usage

To convert a *.gib file and save it as an SGF you can run the following command:

java -jar gib2sgf.jar --file game.gib --output game.sgf

Or if you just want to print the resulting SGF:

java -jar gib2sgf.jar --file game.gib