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

bulletformat

Binary Data Formats, Data Loader and Utilities for bullet

12 releases (stable)

1.7.0 Aug 16, 2024
1.6.0 Apr 18, 2024
1.3.0 Mar 28, 2024
0.3.0 Jan 24, 2024
0.1.1 Jan 12, 2024

#2037 in Parser implementations

Download history 185/week @ 2024-08-16 18/week @ 2024-08-23 29/week @ 2024-08-30 9/week @ 2024-09-06 4/week @ 2024-09-20 37/week @ 2024-09-27 68/week @ 2024-10-04 19/week @ 2024-10-11 12/week @ 2024-10-18 5/week @ 2024-10-25 34/week @ 2024-11-01 11/week @ 2024-11-08 22/week @ 2024-11-15 17/week @ 2024-11-22 20/week @ 2024-11-29

76 downloads per month
Used in bullet_lib

MIT license

30KB
870 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