-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 968 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: wordler
Type: Package
Title: The 'WORDLE' Game
Version: 0.3.1.9001
Authors@R: c(
person("David", "Smith", email = "david.alex.smith@gmail.com", role = c("aut", "cre")),
person("Gethin", "Davies", email = "grd.davies@gmail.com", role = "ctb")
)
Description: 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/>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/DavidASmith/wordler
Imports:
crayon
LazyData: true
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3