/ludus-core

The core application for Ludus Latroncolurum.

Primary LanguageJava

ludus-core

The core application for Ludus Latroncolurum. This was programmed with Java 11 and is unfortunately not backwards compatible.

Running

This application was bootstrapped with maven.

To run it in a terminal, run mvn exec:java. To clean generated artifacts, run mvn clean. To compile the project into a runnable jar, run mvn package. To do all the above, run mvn clean package exec:java. To run test cases, run mvn clean test.

Requires Java 11 and maven. IDE used is IntelliJ Idea.