Title: Puzzle Game for the R Console
Version: 1.0.0
Description: Puzzle game that can be played in the R console. Help the alien to find the ship.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/rolkra/creepyalien
Imports: beepr, cli, glue, stats
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-01-07 14:02:19 UTC; rolkra
Author: Roland Krasser [aut, cre], Peter Prevos [aut]
Maintainer: Roland Krasser <roland.krasser@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-07 16:30:01 UTC

creepyalien: Puzzle Game for the R Console

Description

Puzzle game that can be played in the R console. Help the alien to find the ship.

Author(s)

Maintainer: Roland Krasser roland.krasser@gmail.com

Authors:

See Also

Useful links:


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