bulletformat

Crates.iobulletformat
lib.rsbulletformat
version
sourcesrc
created_at2024-01-01 22:36:04.647022+00
updated_at2025-02-03 17:42:09.022854+00
descriptionBinary Data Formats, Data Loader and Utilities for bullet.
homepage
repositoryhttps://github.com/jw1912/bulletformat
max_upload_size
id1085594
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 33

cargo fmt