bgmoves | R Documentation |
A set of backgammon moves/decisions from matches played on
Backgammon Galaxy, analyzed by GNU Backgammon. Positions are
the total set of moves from more than 1000 matches, mostly
played my me against various opponents. It is the analyses
files in text format, parsed into a single data frame,
using bglab::txt2df()
bgmoves
bgmoves
A data frame with 191,012 rows and 23 columns:
name of the original file; may serve as a match id
date of match
nicknames of players
game number in this match
match length (a few unlimited games have the limit as match length)
match score, player 1 and player2
TRUE if this is the Crawford game, FALSE otherwise
position id in GNU Backgammon format
match id in GNU Backgammon format
move number
the play made, one of "Accepts", "Doubles", "Rejects", "Rolls"
nickgame of player who made the play
dice roll, if applicable (NA if this is a cube decision)
Proper, i.e. optimal, cube action, as reported by GNU Backgammon
TRUE if a cube action mistake was made, FALSE if correct cube action, NA if checker play decision
The size of checker play error, 0 if no error, NA in case of no move, or cube decision
The sice of cube action error, 0 if no error, NA in case of no cube available, or checker play decision
An ASCII text representation of the board, as displayed by GNU Backgammon
An ASCII text with the cube decision equities, as displayed by GNU Backgammon
An ASCII text with the checker play decision equities, as displayed by GNU Backgammon
eXtreme Backgammon position identifier, xgid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.