We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf6fe2 commit 87cd68cCopy full SHA for 87cd68c
src/util.ts
@@ -521,6 +521,7 @@ export function togyzkumalakUpdatePiecesFromMove(
521
destBoardIndex !== boardWidth - 1 &&
522
destBoardIndex !== boardWidth * 2 - 1 &&
523
finalBoardArray[destBoardIndex] === 3 &&
524
+ dest[1] !== orig[1] &&
525
(existingTuzdik.length === 0 ||
526
(existingTuzdik.length === 1 &&
527
existingTuzdik[0] % boardWidth !== destBoardIndex % boardWidth &&
0 commit comments