R/options.R

#' 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))
pablorm296/msweepeR documentation built on Nov. 4, 2019, 11:16 p.m.