knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Running a default game with a player that guesses randomly
library(MineSweeper)
b = Board$new() p = Player$new() g = Game$new(b, p) g$play() g
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.