Title: | Looney Pyramid Graphics |
---|---|
Description: | Functions and objects to make Looney Pyramids graphics. |
Authors: | Trevor L Davis [aut, cre] |
Maintainer: | Trevor L Davis <[email protected]> |
License: | CC BY-SA 4.0 |
Version: | 0.1.4-8 |
Built: | 2024-11-03 05:06:36 UTC |
Source: | https://github.com/piecepackr/piecenikr |
tibble
data frames of starting diagrams for various games.
df_martian_chess(n_players = 2, seed = NULL)
df_martian_chess(n_players = 2, seed = NULL)
n_players |
Number of players |
seed |
Random seed |
Here is some more information about the various games:
An abstract by Andrew Looney. See https://www.looneylabs.com/rules/martian-chess.
looney_pyramids
provides a basic configuration object
for drawing Looney Pyramids.
looney_pyramids()
looney_pyramids()
Looney Pyramids aka Icehouse pieces is a game system invented by Andrew Looney. See https://www.looneylabs.com/looney-pyramids.
Returns a list with an icehouse_pieces
configuration for drawing Looney Pyramids.
looneyPyramidGrob
provides a basic grob function for the sides Looney Pyramids.
looneyPyramidGrob(piece_side, suit, rank, cfg = pp_cfg())
looneyPyramidGrob(piece_side, suit, rank, cfg = pp_cfg())
piece_side |
Piece side of the piece |
suit |
Suit of the piece |
rank |
Rank of the piece |
cfg |
Piecepackr configuration object |