play_shiny.Rd
This function launches the interactive Shiny application for the MastRmind game.
play_shiny(attempts = 10)
The number of attempts (rows) the player has. Default is 10.
A Shiny app object which is run in the browser.
if (FALSE) { # \dontrun{ # To play the game with default settings (10 rows): play_shiny() # To play a game with 12 attempts: play_shiny(attempts = 12) } # }