Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koderkow/wordle


https://github.com/koderkow/wordle

golem r shiny wordle wordle-solver

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# wordle

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/KoderKow/wordle/workflows/R-CMD-check/badge.svg)](https://github.com/KoderKow/wordle/actions)

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 every time, 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:

``` r
remotes::install_github("koderkow/wordle")
```

## Code of Conduct

Please note that the wordle project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.