replay_minesweeper {minesweeper} | R Documentation |
Replay a recorded game of minesweeper in the current graphics device.
replay_minesweeper(recording)
recording |
object of class "minesweeper_recording" returned by
|
recording
, invisibly.
dev.new(noRStudioGD = TRUE)
recording <- play_minesweeper()
replay_minesweeper(recording)
dev.off()