Description Usage Format Word Lists Source
This dataset contains the moves of 36.000 simulated Begriffix games in long format, where each row represents a single move.
1 | data(thesis_moves, package="sg.data")
|
A tibble with 262267 rows and 19 variables:
The game's start letters. The letters in one string value are inserted rowwise in the game board.
The start letters generation method (human or random).
The sidelength of the game board (8 or 10).
The number of words in the start player's vocabulary.
The construction mode of the start player's vocabulary (prefix, suffix, or random; always prefix in this dataset).
The start player's Begriffix strategy.
The number of words in the opponent player's vocabulary.
The construction mode of the opponent player's vocabulary (prefix, suffix, or random; always prefix in this dataset).
The opponent player's Begriffix strategy.
The minimum word length in the game's first move prescribed by game configuration.
The minimum word length after the game's first move prescribed by game configuration.
Direction restrictions in the game's first move prescribed by game configuration.
Direction restrictions after the game's first move prescribed by game configuration.
A game ID
A move ID
The place row of the move.
The place column of the move.
The place direction of the move.
The word chosen for the move.
Every vocabulary used in the simulated games is based on the DeRewo Wortformenliste in DEREWO_Wortformen. Path variables are omitted from the dataset, because they never change. The reference vocabulary is always the complete word list.
Every vocabulary used in the simulated games is based on the DeRewo Wortformenliste in DEREWO_Wortformen. Path variables are omitted from the dataset, because they never change.
generated with Hangman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.