mineSweepR: Mine Sweeper Game

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()`.

Package details

AuthorXiurui Zhu [aut, cre]
MaintainerXiurui Zhu <zxr6@163.com>
LicenseMIT + file LICENSE
Version0.1.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("mineSweepR")

Try the mineSweepR package in your browser

Any scripts or data that you put into this service are public.

mineSweepR documentation built on May 29, 2024, 8:20 a.m.