Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koderkow/wordle
https://github.com/koderkow/wordle
golem r shiny wordle wordle-solver
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koderkow/wordle
- Owner: KoderKow
- License: other
- Created: 2022-01-16T06:01:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T06:57:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T22:22:00.183Z (2 months ago)
- Topics: golem, r, shiny, wordle, wordle-solver
- Language: R
- Homepage: https://koderkow.shinyapps.io/wordle/
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.