Skip to content

KoderKow/wordle

Repository files navigation

wordle

Lifecycle: experimental R-CMD-check

The goal of this project was an exercise to programmatically help solve daily wordle puzzles. I initially started building an algorithm to help solve the puzzle as quickly as possible. To make the algorithm easy to use and not boot up R everytime, I implemented my workflow into this shiny app. This was a fun app to code up!

App URL

https://koderkow.shinyapps.io/wordle/

Installation

You can install the development version of wordle like so:

remotes::install_github("koderkow/wordle")

Code of Conduct

Please note that the wordle project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.