wordPuzzleR-package: wordPuzzleR: Word Puzzle Game

wordPuzzleR-packageR 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:

See Also

Useful links:

Examples

# Run word puzzle game
if (interactive() == TRUE) {
  run_game()
}

wordPuzzleR documentation built on May 29, 2024, 3:15 a.m.