Skip to content

Turn a series of chess moves in a PGN into a small bitstring for efficient storage.

Notifications You must be signed in to change notification settings

hyprchs/compress-chess

Repository files navigation

compress-chess

A Python library to turn a series of chess moves in a PGN into a small bitstring for efficient long-term storage. It has good bones, but it's a long-term WIP (read: might never be updated)!

Compression specification

In general, below is the output format of a compressed PGN. Bits would be read left-to-right, top-to-bottom.

Test

About

Turn a series of chess moves in a PGN into a small bitstring for efficient storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages