You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the code that does not allow the user to flip the board properly. This is because in the drawBoard method, the boardDirection.traverse is used to get the boardtiles based on direction. However, when the board is in flipped direction, and boardDirection.traverse is called, the board is flipped once more. Hence, each time we click on the board, the board is flipped when it is the flipped direction.
The text was updated successfully, but these errors were encountered:
There is a bug in the code that does not allow the user to flip the board properly. This is because in the drawBoard method, the boardDirection.traverse is used to get the boardtiles based on direction. However, when the board is in flipped direction, and boardDirection.traverse is called, the board is flipped once more. Hence, each time we click on the board, the board is flipped when it is the flipped direction.
The text was updated successfully, but these errors were encountered: