R/peek_neighbors.R

Defines functions peek_neighbors

peek_neighbors <- function(board, nbors, blanks, nrow, ncol) {
  update_smiley(":0")
  update_neighbors(board, " ", nbors, blanks, 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.