icehouse_setups | R Documentation |
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")
.
icehouse_martian_chess(n_players = 2, seed = NULL)
n_players |
Number of players |
seed |
Random seed |
Here are links for more information about the various other games:
Game | URL |
Martian Chess | https://www.looneylabs.com/rules/martian-chess |
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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.