Learn R Programming

shipunov (version 1.4)

Miney: Miney game

Description

Miney minesweeper game

Usage

Miney(n, ucol="black", gcol="white", bcol="red")

Arguments

n

Indicates the size of the matrix to play, i.e. n=5 results in n x n = 5 x 5 matrix.

ucol

Color of unknown cells

gcol

Color of good cells

bcol

Color of bad cells

Details

Miney game, modified from 'miney' package of Roland Rau. See also the 'fun' package.

Examples

Run this code
# NOT RUN {
## interactive command:
Miney(3)
# }

Run the code above in your browser using DataLab