| is_guess_correct | R Documentation |
Compares the guess in game$guess (index from game$guess_count)
with the corresponding target word in game$target. If the guess is
equal to the target, game$game_won and game$game_over are
both set to TRUE.
is_guess_correct(game)
game |
'wordler' game object (as generated by
|
A 'wordler' game object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.