Skip to content

TheThirdOne/pgn4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgn4

A rust library that parses PGN4 files.

PGN4 is an extension of the PGN format for 4 player chess. It is used by Chess.com uses the format to store the 4 player chess games stored on the site. Because the format accommodates many types of variants of 4 player chess the format has a bunch on complexities to correctly parsing any valid game.

The format parsed into is likely more complex than any tool will want to directly handle, but it captures all of the information in the PGN4 file.

About

A rust library that parses PGN4 files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages