PGN Game Coding is a binary file format for representing chess games. It is described in the PGN Standard. To the best of my knowledge it has never been implemented; most likely because of the complexity required to implement it.
Converts chess game files in .pgn format to .pgc format.
You can download pgn2pgc in zip format or as a self-extracting zip. For the security conscious here are my pgp signatures for every file..
C++ source code for the program and a compiled version for win9x (console mode, best ran at the DOS prompt). It was compiled on Borland C++ 4.5 without any problems.
I would be pleased if anyone ports it to another compiler or platform.
This is the second beta release of pgn2pgc.
I don't have any interest right now in working on it any further: if you are interested in working on it or using the source for something else contact me and I'll give you pointers on where to go.
I've released the source to the Public Domain.
Please direct any questions or feedback to Joshua.
Last modified on Sat, July 29, 2000.