Skip to content

cocinerox/retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •