Skip to content

Ekenstein/gib2sgf

Repository files navigation

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

About

A GIB to SGF converter in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages