diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad0ae6d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# DotnetPgn + +DotnetPgn is a [Portable Game Notation](https://en.wikipedia.org/wiki/Portable_Game_Notation) parser +which I am implementing in C# for the fun of it, thanks largely to my +[recently-rediscovered interest](https://en.wikipedia.org/wiki/The_Queen%27s_Gambit_(miniseries)) in +chess. Ultimately, I intend for it to comply fully with +[the PGN standard](http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm); currently, it is +in extremely early stages, and in any case it is not necessarily intended to ever be used in +production. There already exists a mature .NET Framework library in the form of +[iigorr/pgn.net](https://github.com/iigorr/pgn.net), as well as +[a .NET Core port by teodoran](https://github.com/teodoran/pgn.net). |