The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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)
x11() # Unix-specific example
recording <- play_minesweeper()
replay_minesweeper(recording)
# install.packages("gifski")
save_minesweeper_gif(recording)
dev.off()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.