#binary-data #data-loader #bullet #binary-format #utilities #ataxx

bulletformat

Binary Data Formats, Data Loader and Utilities for bullet

11 releases (7 stable)

new 1.6.0 Apr 18, 2024
1.5.0 Apr 12, 2024
1.3.0 Mar 28, 2024
0.3.0 Jan 24, 2024
0.1.1 Jan 12, 2024

#2289 in Parser implementations

Download history 15/week @ 2023-12-28 9/week @ 2024-01-04 8/week @ 2024-01-11 22/week @ 2024-01-18 2/week @ 2024-01-25 18/week @ 2024-02-15 39/week @ 2024-02-22 5/week @ 2024-02-29 8/week @ 2024-03-07 151/week @ 2024-03-14 199/week @ 2024-03-21 194/week @ 2024-03-28 26/week @ 2024-04-04

572 downloads per month
Used in bullet_lib

MIT license

30KB
867 lines

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

No runtime deps