Package: wordPuzzleR
Title: Word Puzzle Game
Version: 0.1.0
Authors@R: 
    person("Xiurui", "Zhu", , "zxr6@163.com", role = c("aut", "cre"),
           comment = NULL)
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.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.0
Imports: purrr (>= 0.3.4), scales (>= 1.1.1), stringr (>= 1.4.0)
Collate: 'zzz.R' 'utils.R' 'main.R' 'wordPuzzleR-package.R'
NeedsCompilation: no
Packaged: 2023-10-02 02:56:52 UTC; Xiurui Zhu
Author: Xiurui Zhu [aut, cre]
Maintainer: Xiurui Zhu <zxr6@163.com>
Repository: CRAN
Date/Publication: 2023-10-02 10:40:02 UTC
Built: R 4.2.0; ; 2023-10-09 03:01:56 UTC; unix
