R/print_game.R

Defines functions print_game

Documented in print_game

#' Print a particular game history to console
#'
#' @param guess_history list of numeric vectors representing guesses
#' @param response_history list of numeric vectors representing responses
#' @param color_scheme charactor with colors used for numbers from 0 to 9#'

#' @return NULL
#' @export
#'
#' @examples
#' print_game(guesses, responses)
#'
print_game <- function(guess_history, response_history, color_scheme = NULL) {

}
lassehjorthmadsen/masteRmind documentation built on Dec. 21, 2021, 9:40 a.m.