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.5)wordler_0.3.1.9001.zip(r-4.4)wordler_0.3.1.9001.zip(r-4.3)
wordler_0.3.1.9001.tgz(r-4.4-any)wordler_0.3.1.9001.tgz(r-4.3-any)
wordler_0.3.1.9001.tar.gz(r-4.5-noble)wordler_0.3.1.9001.tar.gz(r-4.4-noble)
wordler_0.3.1.9001.tgz(r-4.4-emscripten)wordler_0.3.1.9001.tgz(r-4.3-emscripten)
wordler.pdf |wordler.html
wordler/json (API)
NEWS

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

Peer review:

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:

4 exports 5 stars 1.18 score 1 dependencies 7 scripts 170 downloads

Last updated 2 years agofrom:255f012474. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-winOKSep 11 2024
R-4.5-linuxOKSep 11 2024
R-4.4-winOKSep 11 2024
R-4.4-macOKSep 11 2024
R-4.3-winOKSep 11 2024
R-4.3-macOKSep 11 2024

Exports:have_a_guessis.wordlernew_wordlerplay_wordler

Dependencies:crayon

Introduction to wordler

Rendered fromintroduction_to_wordler.Rmdusingknitr::rmarkdownon Sep 11 2024.

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