wordPuzzleR-package {wordPuzzleR} | R Documentation |
wordPuzzleR: Word Puzzle Game
Description
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.
Author(s)
Maintainer: Xiurui Zhu zxr6@163.com
Other contributors:
@olivory olivroy@fosstodon.org (Add 'URL' and 'BugReports' fields to 'DESCRIPTION'.) [contributor]
See Also
Useful links:
Examples
# Run word puzzle game
if (interactive() == TRUE) {
run_game()
}
[Package wordPuzzleR version 0.1.1 Index]