Subtly highlight last played move
Closed this issue · 4 comments
jjst commented
This would help figure out what was the last move played by your opponent, especially useful in remote games or games against the AI.
Probably requires a model change to keep track of what the last move was.
On the view side the change might be a bit complicated as it will most likely require passing down what the last move was in order to do some style trickery to highlight it.
jjst commented
Could use an SVG animation that makes the move progressively appear, or fade in and fade out
jjst commented
Something like this: https://jsfiddle.net/8k0rLbt5/
jjst commented
There's some bugs, but it mostly works :D