game_kit | R Documentation |
game_kit
creates a game kit R6 object.
game_kit(cfgs = NULL)
cfgs |
A named list of |
cfg <- piecepackr::game_systems()$dual_piecepacks_expansion
gk <- game_kit(list(cfg = cfg))
if (Sys.which("xelatex") != "") {
output <- tempfile(fileext = ".pdf")
save_pamphlet("tablut", gk = gk, output = output)
# xopen::xopen(output)
# browseURL(output)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.