print_game: Print a particular game history to console

Description Usage Arguments Examples

View source: R/print_game.R

Description

Print a particular game history to console

Usage

1
print_game(guess_history, response_history, color_scheme = NULL)

Arguments

guess_history

list of numeric vectors representing guesses

response_history

list of numeric vectors representing responses

color_scheme

charactor with colors used for numbers from 0 to 9#'

Examples

1
print_game(guesses, responses)

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