Learn R Programming

minesweeper

Play minesweeper in R, replay your games and save them to GIF.

Installation

You can install minesweeper with:

install.packages("minesweeper")

You can install the development version of minesweeper from GitHub with:

# install.packages("devtools")
devtools::install_github("hrryt/minesweeper")

Example

library(minesweeper)
dev.new(noRStudioGD = TRUE)
recording <- play_minesweeper()
replay_minesweeper(recording)
# install.packages("gifski")
save_minesweeper_gif(recording)

Copy Link

Version

Install

install.packages('minesweeper')

Monthly Downloads

536

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Harry Thompson

Last Published

August 30th, 2024

Functions in minesweeper (1.0.0)

minesweeper-package

minesweeper: Play Minesweeper
replay_minesweeper

Replay a Minesweeper Recording
play_minesweeper

Start a Minesweeper Game
save_minesweeper_gif

Save a Minesweeper Recording to GIF