Skip to content

jdsljuan/MatrixAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Animation

A simple animation inspired by Matrix the movie and written in Java for the Command Line Prompt.

Build

Pre-Requirements

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

Complie

cd MatrixAnimation
./build.sh

Run

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published