Originally posted by amolv06
Can't quite figure out why this doesn't work:
[pgn]
[Event "OWNER-PC, Blitz:180'"]
[Site "Microsoft"]
[Date "2008.10.22"]
[Round "1"]
[White "Fritz 11"]
[Black "Crafty 20.14 w32"]
[Result "1-0"]
[ECO "E12"]
[PlyCount "87"]
1. d4 Nf6 2. c4 e6 3. Nf3 b6 4. a3 Bb7 5. Nc3 d5 6. cxd5 Nxd5 7. e3 Be7 8. Bb5+
c6 9. Bd3 O-O 10. Qc2 h6 11. e4 Nxc3 12. ...[text shortened]... Ka6 40.
Kg1 Nd5 41. Qc8+ Rb7 42. Rf3 Ne7 43. Qc5 Qg6 44. Nb3 1-0
[/pgn]
Seems each complete move (white move and black response) has to be on the same line. Splitting a move e.g ->
42. Rf3
Ne7
Makes the thing corrupt.
Needs to be -
42. Rf3 Ne7
You can have more than one move on a line, and more than one line in a game - but a newline in the middle of a move (between half moves) is not allowed.
(took a few edits to find the problem)
Originally posted by Andrew HamiltonThis function only supports PGN.
I am trying to find a way of showing a chess-variant that is played on a 10 by 10 chess board that is totally unlike any other a chess-variant that is played on a 10 by 10 chess board.
Is there some way to make the chess board displayed a 10 by 10 chess board?
Is there also some way of specifying the starting positions of each piece for when that starting position is a totally non-standard one?
I'm guessing PGN itself doesn't support variants.