TAILLE wrote:
Hi Wieger,
What do you mean by FEN tag? I understood that the FEN tag disappeared from the standard and it was identified as a backward compatibility problem. Do you want to allow both the FEN tag and the FEN command?
Now we agreed with my first point I have another one still concerning the FEN command. How do you handle the numbering of the moves when FEN command are inserted?
My view is the following: normally the sequence of moves is one white move, one black move, one white move, one black move ....If a FEN command continue to respect this sequence then I count a FEN command as a ply. If a FEN command does not respect this sequence then I count the FEN command as two plies (in other word a null move followed by another move).
Exemples:
01.32-28
/FEN "W:W28,33-50:B1-16,18-21"/
/FEN "B:W28,32-36,38-50:B1-11,13-16,18-21"/
02... 7-12 03.41-37 1-7 04.46-41*
but:
01.32-28
/FEN "B:W28,33-50:B1-16,18-21"/
/FEN "B:W28,32-36,38-50:B1-11,13-16,18-21"/
03... 7-12 04.41-37 1-7 05.46-41*
What is your interpretation?
Regards
Gérard
Hi Gérard,
The FEN tag is still present, see
http://pdn.fmjd.org/pdntags.html under Game related tags. But this is only for backward compatibility. I would say that using a FEN setup command is the preferred way of specifying the initial position.
The move numbering has not been specified in the standard. For move numbering I would handle a FEN setup as a normal move as long as the player to move in the FEN position is as expected, and add a ply if there is a conflict (for example if the last move was a white move, and white is to move in the FEN position).
So in your first example I would prefer to do it like this:
01.32-28
02./FEN "W:W28,33-50:B1-16,18-21"/
/FEN "B:W28,32-36,38-50:B1-11,13-16,18-21"/
03... 7-12 04.41-37 1-7 05.46-41*
The reason I prefer it like this, is that I want to avoid that the same player is to move in more than one position corresponding to the same move number. But this is not a very convincing argument.
It does happen in practice that a player moves twice. I remember that Jannes van der Wal has won an important game like this. This is of course illegal, but nevertheless the official rules should specify whether this counts for one or two moves. I will aks in the general forum what people think about this.
Regards,
Wieger