Package 'creepyalien'

Title: Puzzle Game for the R Console
Description: Puzzle game that can be played in the R console. Help the alien to find the ship.
Authors: Roland Krasser [aut, cre], Peter Prevos [aut]
Maintainer: Roland Krasser <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0
Built: 2026-05-20 10:27:23 UTC
Source: https://github.com/rolkra/creepyalien

Help Index


Play creepyalien in the R-console

Description

Play creepyalien in the R-console

Usage

creepyalien(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())  {
   creepyalien()
}

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()
}