mines_custom: Playing Mines

Description Usage Arguments Author(s)

View source: R/mines_custom.R

Description

Allows you to set the size of the board and the number of mines to be played with. A classic game that will provide entertainment to those in search of a challenge.

Usage

1
  mines_custom(n.row = 9, n.col = 9, n.mines = 16)

Arguments

n.row

The number of rows the minefield should contain

n.col

The number of columns the minefield should contain

n.mines

The number of mines in the minefield

Author(s)

Dason Kurkiewicz dasonk@iastate.edu


Dasonk/mines documentation built on May 6, 2019, 1:38 p.m.