icehouse_setups: Data frames of starting diagrams for various games

icehouse_setupsR Documentation

Data frames of starting diagrams for various games

Description

tibble data frames of setups for 1 games playable with the Looney Pyramids game system. Data frame output can usually be plotted with pmap_piece(df, default.units = "in").

Usage

icehouse_martian_chess(n_players = 2, seed = NULL)

Arguments

n_players

Number of players

seed

Random seed

Details

Here are links for more information about the various other games:

Game URL
Martian Chess https://www.looneylabs.com/rules/martian-chess

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().


piecepackr/piecenikr documentation built on June 12, 2025, 5:33 p.m.