Jon_Ko
November 28, 2024, 6:23pm
123
I looked at our discussion from back then and there are still some open questions. E.g. in normal go one would like to have previews of captures, but not in one-color go.
govariantsteam:main
← govariantsteam:submit-move
opened 09:14PM - 13 Mar 24 UTC
Adds a client-side option to protect against misclicks by adding a move to the G… ameResponse before it's sent to the server. That's a bit problematic, because it leads to side effects which need special treatment, as the usage of the `resetMoveToSubmit()` method shows.
It might be better to do this with the board components, because those have to display the move, but then we'd have to implement it for different variants.
2 Likes