Package: wordPuzzleR
Title: Word Puzzle Game
Version: 0.1.1
Authors@R: 
    c(person("Xiurui", "Zhu", , "zxr6@163.com", role = c("aut", "cre"),
             comment = NULL),
      person("@olivory", , , "olivroy@fosstodon.org", role = c("ctb"),
             comment = "Add `URL` and `BugReports` fields to `DESCRIPTION`."))
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
URL: https://github.com/zhuxr11/wordPuzzleR
BugReports: https://github.com/zhuxr11/wordPuzzleR/issues
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: 2024-02-25 04:09:40 UTC; Xiurui Zhu
Author: Xiurui Zhu [aut, cre],
  @olivory [ctb] (Add `URL` and `BugReports` fields to `DESCRIPTION`.)
Maintainer: Xiurui Zhu <zxr6@163.com>
Repository: CRAN
Date/Publication: 2024-02-25 04:20:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:27:19 UTC; windows
