Bringing the wordle experience to R
(until the NYT sues us).
library(devtools)
install_github("mvevans89/woRdle")
libray(woRdle)
play_woRdle() #default is today's word
Gameplay is the same as in the original, and your guesses will show up in the Plot Viewer.
Green: correct letter in the correct spot Yellow: correct letter in the wrong spot Gray: incorrect letter
It will by default play today's word, but other day's can be access by entering the date in Date
format, with 2022-02-01 the earliest date available. Example: play_woRdle(as.Date("2022-05-06"))
Complete with scores in ASCII format!
"woRdle #2 : 4/6"
_ _ _ _ _
|.| |.| |.| |.| |.|
_ _ _ _ _
|O| |/| |.| |.| |/|
_ _ _ _ _
|.| |/| |O| |O| |O|
_ _ _ _ _
|O| |O| |O| |O| |O|
Feel free to submit issues and PR's if you'd like to contribute. This was made in all the haste of a rabid wordle player so there is much to be improved!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.