Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 640 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 640 Bytes

Description

Simple cmd animation similar to the matrix effect from the movie matrix

How to use

Run it on a terminal for the best effect
Edit the following parameters to change how the animation looks and feels
 colums_lenght :the lenght of a colum of characters
 change_prob : the probability of a charcater changing between frames, goes from 0 to 1
 fps : the frames per second, increase the number to increase the speed of the animation.

Versions

v1 : barebone version, no color just text
v2 : added color gradient
v3 : varius ease of use features and code rewriting