Description Usage Arguments Details Value See Also Examples
print_answers
is a cheater function which identifies
all the possible answers for a set of given letters.
1 2 3 4 5 6 7 8 9 10 |
game_letters |
The letters to identify words from.
These should be a character string (e.g., "polemic").
(Required, if |
central |
The central (that is, required) letter
(optional). If not provided, will be randomly chosen
from among the |
num_letters |
The number of letters for the game; defaults to 7, and should be between 6 and 10. |
min_word_length |
Expected length of words. Defaults to 4 letters, but can be between 2 and 6. |
dictionary |
Character string. Choice of how detailed of a dictionary to use. Can be any of "slim", "broad", or "normal". Defaults to "normal", which is recommended. |
obscenities |
Logical. Should obscenities be included? Defaults to FALSE. |
game |
A |
state |
State of a |
These words may or may not be the same as those identified
with other word sets; you can modify by changing the chosen
dictionary. This function is called by
play_game
when choosing to get all answers
(with "[a]" entered instead of a guess).
This function will always check whether you really want to see the answers, requiring a "y" to continue.
When called directly (or through gameplay), this prints the answers to all words possible.
play_game
to play the game
print_hint_list
to get hints
rather than answers
1 2 | print_answers(game = create_game("craking"))
print_answers("balmntu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.