Distributed Jass game for the members of the FLAT(r)
mvn package
- Compile the code as described above. You'll obtain a
.jarfile in./target/. - Launch the client with
java -jar target/jass-2.0-SNAPSHOT.jar - Launch the server with
java -cp target/jass-2.0-SNAPSHOT.jar com.leflat.jass.server.JassServer
The game uses Java 11. Unfortunately, Oracle abandoned the JRE starting from version 11. You will need to install the full JDK.