Learn R Programming

Creepy Alien

Puzzle game for the R console. Help the alien to find the ship!

Install & Start

Install from CRAN:

install.packages("creepyalien")

Start Game in R-Console (e.g. RStudio)

library(creepyalien)
creepyalien()

{creepyalien} is a CLI (Command Line Interface) game. It runs in the RStudio Console. If you start it in RGui or Positron, I recommend to turn the animations off.

library(creepyalien)
creepyalien(animate = FALSE)

Gameplay

You are an alien

Copy Link

Version

Install

install.packages('creepyalien')

Monthly Downloads

132

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Roland Krasser

Last Published

January 7th, 2025

Functions in creepyalien (1.0.0)

creepyalien

Play creepyalien in the R-console
run

Play creepyalien in the R-console
creepyalien-package

creepyalien: Puzzle Game for the R Console