Play Wordle in the R console This is a very naive implementation.
1 2 3 4 5 6 | play_wordle(
words = wordle_dict,
dark_mode = TRUE,
debug = FALSE,
target_word = NULL
)
|
words |
character vector of candidate words |
dark_mode |
if using darkmode, set to TRUE |
debug |
logical. default FALSE |
target_word |
specify the target word instead of choosing randomly. Useful for debugging. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.