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 play_minesweeper()

Value

recording, invisibly.

Examples


dev.new(noRStudioGD = TRUE)
recording <- play_minesweeper()
replay_minesweeper(recording)
dev.off()


[Package minesweeper version 1.0.0 Index]