Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retro

Build Status

Tools for having fun on the R terminal, including snake or ASCII animation. R Console is not supported. Colorful characters can be used under *nix. Windows terminal flashes, unfortunately. Initial release.

Installation

Install from github with devtools:

library(devtools)
install_github("cocinerox/retro")
library(retro)

Play snake

Play snake on the default level (left turn: "a"; right turn: "d"):

play_snake()

Animate

ASCII animation examples:

draw_effect(retro_example('hello_world'))
draw_effect(retro_example('hello_world'), effect = "random_order")
draw_effect(retro_example('hello_world'), effect = "from_right")

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages