The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Play minesweeper in R, replay your games and save them to GIF.
You can install minesweeper with:
install.packages("minesweeper")
You can install the development version of minesweeper from GitHub with:
# install.packages("devtools")
::install_github("hrryt/minesweeper") devtools
library(minesweeper)
x11() # Unix-specific example
<- play_minesweeper()
recording 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.