A container to house the minefield. but not the game state
A board is largly hidden to the player, they must discover it on their own, and maintain the state themselves
ask()Board$ask(x, y)
submit()Board$submit(candidate_minefield)
new()Board$new(height = 10, width = 10, mines = 10)
print()Board$print(...)
clone()The objects of this class are cloneable with this method.
Board$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.