herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 53 forks source link

Add options for processing SGF files #337

Closed herzbube closed 3 years ago

herzbube commented 3 years ago

With the integration of SgfcKit the project now has full control over how to load and save SGF files. Expose some of the large number of processing options offered by the underlying SGFC in the app's UI.

herzbube commented 3 years ago

Preliminary ideas:

herzbube commented 3 years ago

Always use the following arguments:

Expose the following arguments in addition to the stuff from the previous comment:

The following messages should be ignored by default:

herzbube commented 3 years ago

Simplified settings:

Can the encoding options also be incorporated?