Difference between revisions of "Portable Game Notation"

From Chessprogramming wiki
Jump to: navigation, search
Line 18: Line 18:
 
* [https://groups.google.com/d/msg/rec.games.chess/yL_tzhBpVsw/PBb6dSWl9FgJ Chess move binary encoding] by [[Jeff Mallett]] via [[Steven Edwards]], [[Computer Chess Forums|rgc]], July 04, 1994
 
* [https://groups.google.com/d/msg/rec.games.chess/yL_tzhBpVsw/PBb6dSWl9FgJ Chess move binary encoding] by [[Jeff Mallett]] via [[Steven Edwards]], [[Computer Chess Forums|rgc]], July 04, 1994
 
* [https://groups.google.com/d/msg/rec.games.chess/cn2HlVtNgQM/oTGCvrdcJ0gJ PGN and other related Issues. POINTS ARISING] by Mark Crowther, [[Computer Chess Forums|rgc]], July 29, 1994
 
* [https://groups.google.com/d/msg/rec.games.chess/cn2HlVtNgQM/oTGCvrdcJ0gJ PGN and other related Issues. POINTS ARISING] by Mark Crowther, [[Computer Chess Forums|rgc]], July 29, 1994
 +
* [https://groups.google.com/d/msg/rec.games.chess.computer/0-xpXHbfzh4/GoKIkW0SKoUJ Help on PGN/ EPD-Format and its implementation wanted] by [[Rudolf Posch]], [[Computer Chess Forums|rgcc]], November 05, 1996
 
==2000 ...==
 
==2000 ...==
 
* [https://www.stmintz.com/ccc/index.php?id=112889 Replacing PGN with XML?] by [[Thorsten Greiner]], [[CCC]], May 29, 2000  <ref>[https://en.wikipedia.org/wiki/XML XML from Wikipedia]</ref>
 
* [https://www.stmintz.com/ccc/index.php?id=112889 Replacing PGN with XML?] by [[Thorsten Greiner]], [[CCC]], May 29, 2000  <ref>[https://en.wikipedia.org/wiki/XML XML from Wikipedia]</ref>

Revision as of 19:21, 13 August 2020

Home * Chess * Game * Notation * Portable Game Notation

Portable Game Notation (PGN) is a format for recording chess games in plain text devised in 1994 by Steven Edwards. PGN uses Standard Algebraic Notation (SAN) [1].

See also

SAN

Blog & Forum Posts

1990 ...

2000 ...

2010 ...

2015 ...

2016

2017

2018

2019

Re: PGN standard, its improvement and standardization by Robert Hyatt, CCC, October 07, 2019
Re: PGN standard, its improvement and standardization by Ferdinand Mosca, CCC, October 08, 2019

2020 ...

Re: PGN standard by Ferdinand Mosca, CCC, May 22, 2020 [3]

External Links

PGN

Algebraic chess notation
Descriptive chess notation
Chess symbols in Unicode

PGN Utilities

Open Source Utilities

C

Go

Java

JavaScript

Perl

Python

PGN Collections

References

Up one Level