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
Right now castling moves consiste of only the king moving two spaces. The rook doesn't move at all. This is probably caused by the Hex88Board performing every move up to the present point and never checking if any of those are castling moves (and it doesn't check if they're valid moves either since that's been checked already) which results in the king moving two spaces.
The text was updated successfully, but these errors were encountered:
Right now castling moves consiste of only the king moving two spaces. The rook doesn't move at all. This is probably caused by the Hex88Board performing every move up to the present point and never checking if any of those are castling moves (and it doesn't check if they're valid moves either since that's been checked already) which results in the king moving two spaces.
The text was updated successfully, but these errors were encountered: