run {creepyalien}R Documentation

Play creepyalien in the R-console

Description

Play creepyalien in the R-console

Usage

run(animate = TRUE, sound = TRUE)

Arguments

animate

Animated CLI graphics? (TRUE|FALSE)

sound

Play sound? (TRUE|FALSE)

Value

Nothing

Examples

## Start game (in interactive R sessions)
if (interactive())  {
   run()
}

[Package creepyalien version 1.0.0 Index]