| Crates.io | ascn-rs |
| lib.rs | ascn-rs |
| version | 0.3.0 |
| created_at | 2023-04-19 00:28:14.5437+00 |
| updated_at | 2023-04-20 14:57:55.637868+00 |
| description | A chess encoding similar to PGN but significantly smaller |
| homepage | |
| repository | https://github.com/BlueZeeKing/ascn-rs |
| max_upload_size | |
| id | 843060 |
| size | 38,992 |
Assumed Standard Chess Notation is a format for encoding the entire history of a chess game in as small a space as possible in reasonable time. This algorithm stores each move in about a byte and occasionally overflows to handle edge cases. Made for the AP Computer Science Principles Create Task in 2023.