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 54 forks source link

Preserve SGF game info properties when loading a game from the archive #384

Open herzbube opened 1 year ago

herzbube commented 1 year ago

When the user selects an entry on the Archive tab the app displays the values of selected SGF game info properties in an overview, and the values of all of these properties in a detail screen. When the user loads the SGF file the data is discarded and no longer available.

Instead SGF game info property values should be preserved when a game is loaded.

Specific care is needed to handle the game result (e.g. resign) => see issue #373.