# nocov start
#' Deprecated functions
#'
#' These functions are Deprecated in this release of piecenikr,
#' they will be marked as Defunct and removed in a future version.
#'
#' @name piecenikr-deprecated
NULL
#' @rdname piecenikr-deprecated
#' @inheritParams icehouse_martian_chess
#' @export
df_martian_chess <- function(n_players = 2, seed = NULL) {
.Deprecated("icehouse_martian_chess")
icehouse_martian_chess(n_players = n_players, seed = seed)
}
#' @rdname piecenikr-deprecated
#' @inheritParams looney_pyramid_game_system
#' @export
looney_pyramids <- function(..., border = TRUE) {
looney_pyramid_game_system(..., border = border)
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.