Another thing I made for AP CS
Not very good code but it works*
- Maven 3.2.5+ required, 3.8.x+ recommended
- Java runtime 17+ required
- Navigate to the root directory of the downloaded repo (The folder with the pom.xml file)
- Verify with
mvn --version
that you meet the prerequisites - Run
mvn compile
thenmvn package
to build the project - The executable jar can then be found in the
target
directory - Run as
java -jar target\JAR_NAME_HERE.jar