Skip to content

My own R & R Shiny Wordle implementation

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kzkedzierska/my_wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My wordle implementation

This is my implementation of Wordle using R and R Shiny.

The 7 figures worth original can be found here: powerlanguage.co.uk/wordle/.

I implemented Wordle in R to eventually add Polish version, but also because I wanted to play around with data exploration. Also, I was interesting how good can a simple regexp solver be, and if how, I humble human, fare in comparison with the machine.

Dictionaries

As a source of words for my wordle I use the words::words data frame. words is the package with list of English Words from the Scrabble Dictionary. You can find more details here: condwanaland/words.

Installation

You can install the package from github.

if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}

devtools::install_github("kzkedzierska/my_wordle")

About

My own R & R Shiny Wordle implementation

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages