#' msweepeR_colors
#'
#' A global variable that defines a vector containing the ASCII color codes to
#' draw the msweepeR game board in the console output.
#'
#' @seealso \code{\link{msweepeR}}, \code{\link{draw.msBoard}}, \code{\link{draw.msweepeR}}
#' @import crayon
#' @export
msweepeR_colors <- c(blue(1), green(2), red(3),
make_style("darkblue")(4),
make_style("darkred")(5),
cyan(6), black(7), silver(8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.