replay_minesweeper {minesweeper} | R Documentation |
Replay a Minesweeper Recording
Description
Replay a recorded game of minesweeper in the current graphics device.
Usage
replay_minesweeper(recording)
Arguments
recording |
object of class "minesweeper_recording" returned by
|
Value
recording
, invisibly.
Examples
x11() # Unix-specific example
recording <- play_minesweeper()
replay_minesweeper(recording)
dev.off()
[Package minesweeper version 1.0.1 Index]