wordPuzzleR-package | R Documentation |
The word puzzle game requires you to find out the letters in a word within a limited number of guesses. In each round, if your guess hit any letters in the word, they reveal themselves. If all letters are revealed before your guesses run out, you win this game; otherwise you fail. You may run multiple games to guess different words.
Maintainer: Xiurui Zhu zxr6@163.com
Other contributors:
@olivory olivroy@fosstodon.org (Add 'URL' and 'BugReports' fields to 'DESCRIPTION'.) [contributor]
Useful links:
# Run word puzzle game
if (interactive() == TRUE) {
run_game()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.