Difference between revisions of "Portable Game Notation"

From Chessprogramming wiki
Jump to: navigation, search
Line 10: Line 10:
 
* [[Extended Position Description]] (EPD)
 
* [[Extended Position Description]] (EPD)
 
* [[Forsyth-Edwards Notation]] (FEN)
 
* [[Forsyth-Edwards Notation]] (FEN)
 +
* [[Chess.jl]]
 
* [[python-chess]]
 
* [[python-chess]]
  
Line 80: Line 81:
 
==Open Source Utilities==
 
==Open Source Utilities==
 
'''[[C]]'''
 
'''[[C]]'''
* [http://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/ pgn-extract: Portable Game Notation (PGN) Manipulator for Chess Games] by [[David J. Barnes]]
+
* [https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/ pgn-extract: Portable Game Notation (PGN) Manipulator for Chess Games] by [[David J. Barnes]] » [[pgn-extract]]
 
* [http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/games/chess/san/ SAN Kit: Implemented Standards for Chess Move Notation] by [[Steven Edwards]]
 
* [http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/games/chess/san/ SAN Kit: Implemented Standards for Chess Move Notation] by [[Steven Edwards]]
 
'''[[Go (Programming Language)|Go]]'''
 
'''[[Go (Programming Language)|Go]]'''

Revision as of 10:23, 30 June 2021

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