CastleOfR
CastleOfR copied to clipboard
A text-based adventure played in the R console, to test your skills in R

Welcome to the Castle of R!
Castle of R is a text-based adventure, based on the canonical 'An Introduction to R' book, by Venables, Smith and the R Core Team. The purpose of this game is to test your skills in base R.
Install:
devtools::install_github("gsimchoni/CastleOfR")
Load:
library(CastleOfR)
Start game:
startGame()

More information here.