Installation
You can install the release version of player from CRAN with:
install.packages("player")
Or you can install the development version from R-universe with:
install.packages("player", repos = c("https://rossellhayes.r-universe.dev", "https://cloud.r-project.org"))
or from GitHub with:
# install.packages("pak")
pak::pkg_install("rossellhayes/player")
Games
player includes 10 games that you can player entirely within the R console:
- Coin Flip
- Hangman
- Jumble
- Magic 8 Ball
- Poker
- Rock, Paper, Scissors
- Shut the Box
- Spelling Bee
- 2048
- Global Thermonuclear War
Install the package and run player::play()
to get playing!