#' Plot a particular game history
#'
#' @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 a ggplot obbject
#' @export
#'
#' @examples
#'plot_game(guesses, responses)
#'
plot_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.