Skip to contents

tibble data frames of setups for 8 other games playable with a checkers set. Data frame output can usually be plotted with pmap_piece(df, default.units = "in").

Usage

checker_breakthrough(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_crossings(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_dao(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_focus(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_four_field_kono(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_grasshopper(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_julgonu(cell_width = getOption("ppdf.checker_cell_width", 1))

checker_lines_of_action(cell_width = getOption("ppdf.checker_cell_width", 1))

Arguments

cell_width

Width of board cell. Most renderers support 1 or 2.

Value

A tibble::tibble() data frame with the following columns:

  • "piece_side"

  • "suit"

  • "rank"

  • "cfg" (optional, defaults to "piecepack")

  • "x"

  • "y"

  • "angle" (optional, defaults to 0).

This data frame is compatible with piecepackr::render_piece() and likely ppcli::cat_piece().