Flip board button isn't flipping pieces #96
ashishpapanai
started this conversation in
Ideas
Replies: 5 comments
|
hey ,I would like to work on this? |
0 replies
Sure, You can work on this. |
0 replies
|
but is it allowed to work on it right now?..I mean it was said we will contribute after 5th jan? |
0 replies
For the contribution to be counted for SWOC you'll have to start after 4th Jan. For other SWOC related queries please contact the Program Managers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When a user clicks on the flip board function, the pieces aren't getting flipped, The clicks are rotated by 90 degrees.
The button intents to flip the board for the user so that he can rotate the board by 90 degrees and can change the side AI is playing to experience what AI could do in the situation of the human player.
Possible Fix:
A fix to this issue could be to reset the board and reprint the pieces according to the location before resetting the pieces.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The button intents to flip the board for the user so that he can rotate the board by 90 degrees.
Screenshots

After clicking the square on selecting the e2 square, the d2 square gets selected.
Desktop (please complete the following information):
Additional context
A fix to this issue could be to reset the board and reprint the pieces according to the location before resetting the pieces.
All reactions