Skip to content

okiktev/matrix

Repository files navigation

matrix

Simulates matrix code

to run matrix

matrix is a Java app written in Java 8. You need JDK 8+ and Maven 3 preinstalled in order to run the app by yourself. Fork and clone the repository to your local machine, then cd into the project directory and run the following commands:

Linux
$ mvn package
$ java -jar target/*.jar
Windows
> mvn package
> artifact/*.exe

compatibility

matrix code is written in Java. And can be used any where Java code can be executed. If you find any issues related, please let me know.

contribute

Feel free to fork this project and send me pull requests.

license

The source code is published under the GPL-3.0 license.