replay_minesweeper: Replay a Minesweeper Recording

View source: R/replay_minesweeper.R

replay_minesweeperR 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


x11() # Unix-specific example
recording <- play_minesweeper()
replay_minesweeper(recording)
dev.off()


minesweeper documentation built on April 3, 2025, 9:29 p.m.