|
|
|
|
|
by tzs
1725 days ago
|
|
Making a move does not necessarily shift the turn to your opponent. You can have a position where all of your possible legal moves stalemate your opponent, in which case your move immediately ends that game and is the last move of the game. Tangentially, this reminds me of an amusing chess conundrum. Is it possible for a position to occur in a legal game of chess where all pieces and pawns are on the board, all of them are on their original squares, and white does not have the move? For purposes of this question, a knight or rook is considered to be on its original square either if it is on the square it started on or if it has swapped positions with the other knight or rook of the same color. |
|
No, and that's quite easy to prove: With all pawns on their original position, the only valid moves are by knights and rooks, and for each such move the moving piece changes the color of space it occupies (for rooks that's because they have only 1 empty place to move).
That is, in order to return to the initial position, each side must make an even number of moves (knights exchanged or not), so next move will be always white's.