Would it be possible to add an optional feature so that the number of each move is displayed on the stone? Fox Weiqi has such a function and it is sometimes useful to get a quick overview of what has been going on in a game.
It does sound cool.
I guess functionally some questions are:
- presumably it only keeps the last number if a spot is played multiple times?
- should it be a button or some toggle that turns on stone numbering?
- how would that interact with navigating the game tree? Should it say be just temporary or does one need some priority for used added labels and or branch variations from the main branch (which are numbered).
Just trying to think of a few things that would need to be decided upon if implemented.
At Fox it is a button which you can turn the numbers on or off. When playing multiple correspondence games at the same time, I think it would be a good feature to help one remember what was the plan in the game (now I have to go back and check the last played moves to remember what I was trying to do).
As you said the last number only for multiple stones. I would not mind if this is more or less independent of the branch tree
I need this too!
Please add this!
Recently, when I was sharing the game with others and sending screenshots, I found that there was no way to display the movement number on the stone, which was very inconvenient.
The code already exists in analyse mode… I wonder how hard it would be to make it an option for whole board during play
That’s surely a missing functionality.
You could get a footnote (cumulative) like
Black 19,25,31 at 13.
Usually you keep then the first move played. I guess because it’s the first one you will search when replaying the game.
Absolutely, on the game page and not somewhere in the general settings.
Let’s KISS. No interaction, just switch if you want those numbers or not.
A nice complementary option would be a print as alternative to a sgf file, because you may like to get a kifu on paper and sparing some pre formatting. We could have date, place, colors, names and strengths of the players, all on a A4 page. Furthermore may provide an option to multiple pages for better reading (like move 1-50, 51-100,…)