sg.data: Move data of 36000 simulated Begriffix games

Description Usage Format Word Lists Source

Description

This dataset contains the moves of 36.000 simulated Begriffix games in long format, where each row represents a single move.

Usage

1
data(thesis_moves, package="sg.data")

Format

A tibble with 262267 rows and 19 variables:

start_letters

The game's start letters. The letters in one string value are inserted rowwise in the game board.

start_letters_origin

The start letters generation method (human or random).

board_size

The sidelength of the game board (8 or 10).

starter_size

The number of words in the start player's vocabulary.

starter_select

The construction mode of the start player's vocabulary (prefix, suffix, or random; always prefix in this dataset).

starter_begriffixStrategy

The start player's Begriffix strategy.

opponent_size

The number of words in the opponent player's vocabulary.

opponent_select

The construction mode of the opponent player's vocabulary (prefix, suffix, or random; always prefix in this dataset).

opponent_begriffixStrategy

The opponent player's Begriffix strategy.

word_min_length_first

The minimum word length in the game's first move prescribed by game configuration.

word_min_length_other

The minimum word length after the game's first move prescribed by game configuration.

direction_restrictions_first

Direction restrictions in the game's first move prescribed by game configuration.

direction_restrictions_other

Direction restrictions after the game's first move prescribed by game configuration.

game

A game ID

move

A move ID

row

The place row of the move.

column

The place column of the move.

direction

The place direction of the move.

word

The word chosen for the move.

Word Lists

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.

Source

generated with Hangman


strategic-games/sg.data documentation built on June 21, 2020, 8:30 a.m.