Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🎮

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.