Package: mineSweepR Title: Mine Sweeper Game Version: 0.1.0.9000 Authors@R: person("Xiurui", "Zhu", , "zxr6@163.com", role = c("aut", "cre"), comment = NULL) Description: This is the very popular mine sweeper game! The game requires you to find out tiles that contain mines through clues from unmasking neighboring tiles. Each tile that does not contain a mine shows the number of mines in its adjacent tiles. If you unmask all tiles that do not contain mines, you win the game; if you unmask any tile that contains a mine, you lose the game. For further game instructions, please run `help(run_game)` and check details. This game runs in X11-compatible devices with `grDevices::x11()`. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.0 Imports: ComplexHeatmap, InteractiveComplexHeatmap, dplyr, grid, gsignal, mgc, mmand, hms, rlang, pals Collate: 'utils.R' 'main.R' 'mineSweepR-package.R' Repository: https://zhuxr11.r-universe.dev Date/Publication: 2023-10-14 07:21:49 UTC RemoteUrl: https://github.com/zhuxr11/minesweepr RemoteRef: HEAD RemoteSha: 854c17f2df3e7f360514ddbd5cddf146d8a3effa NeedsCompilation: no Packaged: 2026-06-17 07:45:49 UTC; root Author: Xiurui Zhu [aut, cre] Maintainer: Xiurui Zhu