The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.