R/peek_cell.R

Defines functions peek_cell

peek_cell <- function(board, i, j, nrow, ncol) {
  update_smiley(":0")
  update_cell(board, " ", i, j, nrow, ncol, to_hide = TRUE)
}

Try the minesweeper package in your browser

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

minesweeper documentation built on April 3, 2025, 9:29 p.m.