Play a game of jumbles in the console
Usage
play_jumble(
difficulty = c("beginner", "easy", "medium", "hard", "expert"),
word_list = NULL
)
Source
The default word list is derived from 12dicts created by Alan Beale.
This word list is passed through the Offensive/Profane Word List created by Luis Von Ahn to filter out potentially unwanted words.
Difficulty
Difficulty levels are defined as follows:
beginner
: very common English words with 3 to 5 letterseasy
: common English words with 4 to 6 lettersmedium
: slightly less common English words with 5 to 8 lettershard
: somewhat less common English words with 6 to 11 lettersexpert
: less common English words with 7 to 15 letters
Problematic words?
You can report any words you find objectionable to https://github.com/rossellhayes/hangman/issues.
Please report:
offensive words
words that deal with uncomfortable topics
proper nouns
text that is not a common English word