#' 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) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.