check_guess | R Documentation |
Prompt user for input and provide feedback. Continue to do so until game is won, lost, or exited.
check_guess(target, n_letters = 5, init = TRUE, remaining = 6)
target |
Target word of the game |
n_letters |
Number of letters of the words being used in this game |
init |
Whether this is the initial guess of the game |
remaining |
Number of tries remaining before game loss |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.