Play Classic Arcade Games in R with the Rcade Package

The Rcade package lets you play a range of classic video games including Pacman, BoulderDash, and Tetris in RStudio. Check out my video demo and then use the code below to play games yourself.


Sign up for my mailing list:


# install package from github
devtools::install_github('RLesur/Rcade')

# list games
Rcade::games

# launch a game (requires installation first time)
Rcade::games$Pacman
Rcade::games$BoulderDash