A simple animation inspired by Matrix the movie and written in Java for the Command Line Prompt.
Install Java OpenJDK 14.0.2+ and Bash 5.0+
- On Fedora 33
dnf install java-latest-openjdk
- On Ubuntu 20.04
apt-get install openjdk-14-jdk openjdk-14-jre
cd MatrixAnimation
./build.sh
For GNU/Linux use:
cd MatrixAnimation
./run.sh $COLUMNS $LINES
Other systems, replace $COLUMNS for a mutiple of two, and $LINES for a desired row number.