bulletformat

Crates.iobulletformat
lib.rsbulletformat
version1.7.0
sourcesrc
created_at2024-01-01 22:36:04.647022
updated_at2024-08-16 12:25:30.501322
descriptionBinary Data Formats, Data Loader and Utilities for bullet.
homepage
repositoryhttps://github.com/jw1912/bulletformat
max_upload_size
id1085594
size30,731
Jamie Whiting (jw1912)

documentation

README

bulletformat

Binary Data Formats, Data Loader and Utilities for bullet.

Supported Games

  • Ataxx
  • Chess

Text Formats

Exactly one data point per line.

Ataxx

  • each line is of the form <FEN> | <score> | <result>
  • FEN has 'x'/'r', 'o'/'b' and '-' for red, blue and gaps/blockers, respectively, in the same format as FEN for chess
  • score is red relative and an integer
  • result is red relative and of the form 1.0 for win, 0.5 for draw, 0.0 for loss

Chess

  • each line is of the form <FEN> | <score> | <result>
  • score is white relative and in centipawns
  • result is white relative and of the form 1.0 for win, 0.5 for draw, 0.0 for loss
Commit count: 30

cargo fmt