A Jass / Chibre client-server for remote playing
Distributed Jass game for the members of the FLAT(r)
Make sure JAVA_HOME
is defined. Then:
mvn package
[!NOTE]
If you experience any issue with the unit tests, you can skip them withmvn package -DskipTests
.
.jar
file in ./target/
.java -jar target/jass-2.1.3-SNAPSHOT.jar
java -cp target/jass-2.1.3-SNAPSHOT.jar com.leflat.jass.server.JassServer
If you make the jar file executable, you can double-click on the file to launch the client.
The game uses Java 11. Unfortunately, Oracle abandoned the JRE
starting from version 11. You will need to install the
full JDK.
mvn package
mvn -Dmaven.test.skip=true package
mvn versions:use-latest-releases
mvn release:prepare
and mvn release:perform