You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the app enters scoring mode and the user performs all the steps necessary to calculate a proper score, that score is forgotten as soon as the app leaves scoring mode.
Instead the score should somehow be stored in one of the Go classes (GoGame?) when the app leaves scoring mode. From there it can then be written to .sgf.
Conversely, when an .sgf is read, if an SGFCGameResult is available its information should be evaluated and stored in one of the Go classes (GoGame?).
The text was updated successfully, but these errors were encountered:
Currently if the app enters scoring mode and the user performs all the steps necessary to calculate a proper score, that score is forgotten as soon as the app leaves scoring mode.
Instead the score should somehow be stored in one of the Go classes (GoGame?) when the app leaves scoring mode. From there it can then be written to .sgf.
Conversely, when an .sgf is read, if an SGFCGameResult is available its information should be evaluated and stored in one of the Go classes (GoGame?).
The text was updated successfully, but these errors were encountered: