tibble data frames of setups for 7 dominoes variants.
Data frame output can usually be plotted with pmap_piece(df, default.units = "in").
Usage
domino_concentration(seed = NULL)
domino_finder(seed = NULL)
domino_runners(seed = NULL)
domino_fujisan(seed = NULL)
domino_luzon(seed = NULL)
domino_patience(seed = NULL)
domino_the_jubilee(seed = NULL)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().
Details
Here are links for more information about the various games:
| Game | URL |
| Concentration | http://www.domino-play.com/Games/Concentration.htm |
| Domino Finder | https://donkirkby.github.io/donimoes/rules.html#domino-finder |
| Domino Runners | https://donkirkby.github.io/donimoes/rules.html#domino-runners |
| (Domino) Fuji-san | http://donkirkby.github.io/donimoes/rules.html#fujisan |
| Luzon | http://www.domino-play.com/Games/Luzon.htm |
| (Domino) Patience | http://www.domino-play.com/Games/Patience.htm |
| The Jubilee | http://www.domino-play.com/Games/Jubilee.htm |