/CastleOfR

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

Primary LanguageR

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.