Skip to content

open-channel-d/digital-rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digital-rain

Animation of colored falling symbols (also known as Matrix digital rain) for Linux terminal.

Building

$ # inside the project root:
$ mkdir build
$ cd build
$ cmake ..
$ make matrix-rain

Usage

For default green symbols:

$ ./matrix-rain

To change color of symbols (ex. blue) use:

$ ./matrix-rain blue

Supported colors:

  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • lightgreen
  • lightyellow
  • lightblue
  • lightmagenta
  • lightcyan
  • white

You can list more than one color then there will be rain drops of different colors:

$ ./matrix-rain green magenta

About

Linux terminal matrix digital rain animation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published