Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wch/shiny-wordle
Wordle in Shiny
https://github.com/wch/shiny-wordle
Last synced: about 2 months ago
JSON representation
Wordle in Shiny
- Host: GitHub
- URL: https://github.com/wch/shiny-wordle
- Owner: wch
- License: mit
- Created: 2022-01-27T20:22:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T05:51:48.000Z (over 2 years ago)
- Last Synced: 2024-10-11T18:21:30.301Z (2 months ago)
- Language: R
- Homepage: https://winston.shinyapps.io/shiny-wordle/
- Size: 155 KB
- Stars: 48
- Watchers: 4
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - wch/shiny-wordle - Wordle in Shiny (R)
README
# Shiny Wordle
An implementation of the popular game [Wordle](https://www.powerlanguage.co.uk/wordle/), written in R using [Shiny](https://shiny.rstudio.com/).
Each app file contains a different version of the application, corresponding to each video in the series.
Part 1: [code](app-part1.R), [deployed app](https://winston.shinyapps.io/wordle-part1/)
Part 2: [code](app-part2.R), [deployed app](https://winston.shinyapps.io/wordle-part2/)
Part 3: [code](app-part3.R), [deployed app](https://winston.shinyapps.io/wordle-part3/)
Final version: [code](app-final.R), [deployed app](https://winston.shinyapps.io/wordle/)