Package: wordler 0.3.1.9001

wordler: The 'WORDLE' Game

The 'Wordle' game. Players have six attempts to guess a five-letter word. After each guess, the player is informed which letters in their guess are either: anywhere in the word; in the right position in the word. This can be used to inform the next guess. Can be played interactively in the console, or programmatically. Based on Josh Wardle's game <https://www.powerlanguage.co.uk/wordle/>.

Authors:David Smith [aut, cre], Gethin Davies [ctb]

wordler_0.3.1.9001.tar.gz
wordler_0.3.1.9001.zip(r-4.7)wordler_0.3.1.9001.zip(r-4.6)wordler_0.3.1.9001.zip(r-4.5)
wordler_0.3.1.9001.tgz(r-4.6-any)wordler_0.3.1.9001.tgz(r-4.5-any)
wordler_0.3.1.9001.tar.gz(r-4.7-any)wordler_0.3.1.9001.tar.gz(r-4.6-any)
wordler_0.3.1.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
wordler/json (API)
NEWS

# Install 'wordler' in R:
install.packages('wordler', repos = c('https://davidasmith.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/davidasmith/wordler/issues

Datasets:
  • keyboards - Keyboard layouts for printing a wordler game at the console.
  • qdap_dict - All five-letter words from the Nettalk Corpus Syllable Data Set.
  • ubuntu_dict - All five-letter words from the Ubuntu dictionary.
  • wordle_allowed - All words used to validate guesses by the original WORDLE game.
  • wordle_answers - All words used as potential answers by the original WORDLE game.

On CRAN:

Conda:

4.40 score 5 stars 8 scripts 164 downloads 4 exports 1 dependencies

Last updated from:255f012474. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK114
source / vignettesOK181
linux-release-x86_64OK107
macos-release-arm64OK130
macos-oldrel-arm64OK155
windows-develOK85
windows-releaseOK68
windows-oldrelOK67
wasm-releaseOK102

Exports:have_a_guessis.wordlernew_wordlerplay_wordler

Dependencies:crayon

Introduction to wordler

Rendered fromintroduction_to_wordler.Rmdusingknitr::rmarkdownon Jun 04 2026.

Last update: 2022-03-31
Started: 2022-01-15