|
In the chess board, the different characters will not interfere in move each other while you are playing. If any character is in its right way, then the moving piece can not skip over it. The moving piece can only move to any square but if it struck with an enemy character it must have to capture. To capture the opponent's piece, one moves his own to the enemy piece's square, then removes the enemy piece from the board.
For example, suppose a white Queen is positioned on a1 (Qa1) and a black Bishop is placed on d4 (Bd4). If it is WHITE'S move, he can capture the Bd4, provided the squares b2 and c3 are empty; to do this, he removes the enemy bishop and places his queen on d4. We denote this move by ‘Qa1 x d4' (or simply 'Qxd4'). This means 'The Queen at a1 captures (something) at d4'. If there was no capture we would write 'Qa1 - d4' (or simply 'Qd4'). There are some basic rules regarding capturing opponents. A pawn can not capture pieces positioned on the square(s) the pawn can advance to; instead it may capture an enemy piece that is placed one square diagonally and in front of it. For example, suppose WHITE has a pawn located at e2. The pawn can move both to e3 and e4 if no piece interferes, but it can not capture on these two squares. Instead it can capture on d3 or f3. A special case of pawn capture exists when moving the pawn two squares forward (remember this is only possible if the pawn is still on its initial position). In this case an enemy pawn that would have been able to capture it, had it moved only one square instead of two, is still able to capture it. This capture is called 'en passant' and it is only valid for one move : if the player who may capture 'en passant' does not use this right in his next move, he will no longer be able to do it later. For example, if WHITE moves his e2-pawn (Pe2) to e4 (we write this move as 'e2-e4' or simply 'e4') and there is a black pawn at d4 (Pd4), then BLACK is able to capture en-passant ('Pd4xe3 e.p.' or simply 'dxe3'), just as if the white pawn had moved to e3. But if he decides to play something else, he no longer retains this right.
|