A GIB to SGF converter written in Kotlin
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.sgfOr if you just want to print the resulting SGF:
java -jar gib2sgf.jar --file game.gib