|
How does it work?
Basicly, you suggest a move. When 5 moves (or more) is suggested, the person playing with -'NET'-suffix, get's a choice of any of the suggested move. The next move is done by the player playing against 'player-NET'.
If you would like to participate in this game (be a player). CLICK HERE
PLEASE STATE if you want to be the MAIN player, or if you want to play with the suggestions. (PLAYER-NET).
HOW TO SUGGEST A MOVE
First, you can only suggest a move for player-NET.
Suggestion should be written in code.
For example, you want the pion on possition E2 to move to E4, it is written e2-e4. If you want a ROOK (Castle) to move from Position A1 to Position A8, the code is Ra1- a8.
If a piece is captured on the next position , X is written.
For example : Rook on A2 captures Pion on A7 Code : Ra2 x a7 For example : Bishop on B5 captures Knight on B7 Code : Bb5 x Nb7
If a piece other then a pion is used, the first letter of the piece should be before the first position is stated.
Codes for different pieces :
Rook > R Knight > N Bishop > B Queen > Q King > K
CASTLING > This is when the King switches positions with the rook (castle). If position is switched to the nearest side , the code is 0-0 If is to the rook furthest from the King the code is 0-0-0
NOTE: The King may only Castle if he hadn't moved allready!!! |
|