minesweeper

Play Minesweeper

https://github.com/hrryt/minesweeper

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Play Minesweeper

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

minesweeper

<!-- badges: end -->

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

Installation

You can install minesweeper with:

r install.packages("minesweeper")

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

``` r

install.packages("devtools")

devtools::install_github("hrryt/minesweeper") ```

Example

``` r library(minesweeper) x11() # Unix-specific example recording <- playminesweeper() replayminesweeper(recording)

install.packages("gifski")

saveminesweepergif(recording) dev.off() ```

Owner

  • Login: hrryt
  • Kind: user

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 11
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 11

Packages

  • Total packages: 1
  • Total downloads:
    • cran 559 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: minesweeper

Play Minesweeper

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 559 Last month
Rankings
Dependent packages count: 28.3%
Dependent repos count: 34.9%
Average: 50.0%
Downloads: 86.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • grid * imports
  • gifski * suggests