play_wordle: Play Wordle in the R console This is a very naive...

Description Usage Arguments

View source: R/wordle-game.R

Description

Play Wordle in the R console This is a very naive implementation.

Usage

1
2
3
4
5
6
play_wordle(
  words = wordle_dict,
  dark_mode = TRUE,
  debug = FALSE,
  target_word = NULL
)

Arguments

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.


ylmazkanat/world.github.io documentation built on Jan. 24, 2022, 12:07 a.m.