Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossellhayes/player
Play games in the R console 🎮
https://github.com/rossellhayes/player
Last synced: about 2 months ago
JSON representation
Play games in the R console 🎮
- Host: GitHub
- URL: https://github.com/rossellhayes/player
- Owner: rossellhayes
- License: other
- Created: 2023-05-22T19:49:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:18:58.000Z (about 1 year ago)
- Last Synced: 2024-10-12T12:16:27.859Z (3 months ago)
- Language: R
- Homepage:
- Size: 9.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# player
`r badger::badge_github_version(color = "brightgreen")`
`r badger::badge_lifecycle("experimental")`
`r badger::badge_license("MIT", color = "blueviolet")`## Installation
You can install the [development version of **player**](https://github.com/rossellhayes/player) from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pkg_install("rossellhayes/player")
```## Games
**player** includes `r length(player:::game_list)` games that you can player entirely within the R console:
```{r echo = FALSE, results = "asis"}
cat(paste("*", names(player:::game_list), collapse = "\n"))
```Install the package and run `player::play()` to get playing!
---
Hex sticker image by Flavia Rossell Hayes.