Skip to content
/ bb4-sgf Public

Library project for persisting game files in Smart Game Format (SGF). Extracted from jigo by Dave Jarvis.

Notifications You must be signed in to change notification settings

bb4/bb4-sgf

Repository files navigation

bb4-sgf

This library project is derived from Jigo by Dave Jarvis and published under the GNU Public License v2 or later. The Jigo website is http://whitemagicsoftware.com/software/java/jigo/. Some modifications were made to the Jigo source so it could be used with a Go applet (and other games) in bb4-game. Only the SGF code used for persistence of game files has been extracted from the Jigo project. I make no guaranties about the operation of this software. The source has been placed in com/barrybecker4/ so that the jar can be uploaded to com.barrybecker4 on Sonatype.

How to Build

Type './gradlew build' at the root. This will build everything, but since its a library project there won't be much to see. If you want to open the source in Intellij, then first run 'gradle idea'.

When there is a new release, versioned artifacts will be published by Barry Becker to Sonatype.

License

All source (unless otherwise specified in individual file) is provided under the MIT License. In this case most of the code is actually provided under the GNU Public License v2 or later.

About

Library project for persisting game files in Smart Game Format (SGF). Extracted from jigo by Dave Jarvis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages