woRdleGuess | R Documentation |
Response defines how good the guess was G is green, Y is yellow, 0 is grey e.g. G0000 means Green for postion 1, grey for the rest
woRdleGuess(word, response)
word |
5 letter word |
response |
is the colour update (5 char string with each char G,Y,0) |
x <- woRdleGuess("APPLE", "YGG00") print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.