| 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 |
Play creepyalien in the R-console
creepyalien(animate = TRUE, sound = TRUE)creepyalien(animate = TRUE, sound = TRUE)
animate |
Animated CLI graphics? (TRUE|FALSE) |
sound |
Play sound? (TRUE|FALSE) |
Nothing
## Start game (in interactive R sessions) if (interactive()) { creepyalien() }## Start game (in interactive R sessions) if (interactive()) { creepyalien() }
Play creepyalien in the R-console
run(animate = TRUE, sound = TRUE)run(animate = TRUE, sound = TRUE)
animate |
Animated CLI graphics? (TRUE|FALSE) |
sound |
Play sound? (TRUE|FALSE) |
Nothing
## Start game (in interactive R sessions) if (interactive()) { run() }## Start game (in interactive R sessions) if (interactive()) { run() }