Closed daylen closed 6 years ago
+1
+1
Basically makes this GUI unusable for me if I can't enter variations...
I am planning to try implementing this in the near future.
Would it be possible to implement adding and analysing variations from the app?
@shreyasminocha You can add variations in version 2.1, which is in the Mac App Store. Go to a position where you'd like to add a variation and play a different move than what was played. You'll get the option to overwrite or add variation.
@daylen I'm sorry, I thought I was running the latest version because the app store didn't tell me there was an update. Cheers.
Support reading PGN files with variations and commentary. This would involve changing the internal representation of chess games in
SFMChessGame
from anNSMutableArray
of move objects into a tree with node objects that can hold subtrees and comments (for that node).