Nothing
update_neighbors <- function(board, cell, nbors, m, nrow, ncol, to_hide = FALSE) {
mat <- matrix(FALSE, nrow, ncol)
mat[nbors][m] <- TRUE
update_cells(board, cell, mat, to_hide = to_hide)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.