mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
161 stars 44 forks source link

Disambiguation is not included in the print format #11

Closed mliebelt closed 8 years ago

mliebelt commented 8 years ago

When a move in a game may be made by different pieces, it is necessary to disambiguate that. PgnViewerJS can read thos disambiguation but does not include them when printing the moves.

See as example http://www.chessmail.de/forum/topic.html?key=443e5a8d53ba4233&sv=4 move 4 of black, where the original PGN text included the disambiguation.

See the chapter 8.2.3.4 of the PGN spec: http://www6.chessclub.com/help/PGN-spec

mliebelt commented 8 years ago

See the example in the documentation for a working example.