iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

Add support for enhancedpgn time annotations #5

Open iigorr opened 11 years ago

iigorr commented 11 years ago

The pgn standard has been extended to support additional annotations using so called commands that are added as comments (e.g. {[%clk 1:59:01]}). See http://www.enpassant.dk/chess/palview/enhancedpgn.htm

Usually this is used to support move time information.