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/>.
Version: | 0.3.1 |
Depends: | R (≥ 2.10) |
Imports: | crayon |
Suggests: | rmarkdown, knitr, testthat (≥ 3.0.0) |
Published: | 2022-02-01 |
DOI: | 10.32614/CRAN.package.wordler |
Author: | David Smith [aut, cre], Gethin Davies [ctb] |
Maintainer: | David Smith <david.alex.smith at gmail.com> |
License: | MIT + file LICENSE |
URL: | https://github.com/DavidASmith/wordler |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | wordler results |
Reference manual: | wordler.pdf |
Vignettes: |
Introduction to wordler |
Package source: | wordler_0.3.1.tar.gz |
Windows binaries: | r-devel: wordler_0.3.1.zip, r-release: wordler_0.3.1.zip, r-oldrel: wordler_0.3.1.zip |
macOS binaries: | r-release (arm64): wordler_0.3.1.tgz, r-oldrel (arm64): wordler_0.3.1.tgz, r-release (x86_64): wordler_0.3.1.tgz, r-oldrel (x86_64): wordler_0.3.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=wordler to link to this page.