Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 599 Bytes

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.