pgn4

Crates.iopgn4
lib.rspgn4
version0.3.3
sourcesrc
created_at2020-10-18 22:36:18.027927
updated_at2021-05-16 15:55:22.830083
descriptionA parser and writer for the pgn4 file format used by Chess.com for 4 player chess games
homepage
repositoryhttps://github.com/TheThirdOne/pgn4/
max_upload_size
id302502
size81,943
Benjamin Landers (TheThirdOne)

documentation

README

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.

Commit count: 31

cargo fmt