Simulates matrix code
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
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.
Feel free to fork this project and send me pull requests.
The source code is published under the GPL-3.0 license.