Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@davidemerli davidemerli released this 15 Aug 14:45

Release with updates up to Jul 3, 2020

Usage: java -jar santorini.jar [OPTION]...
Launching without options will load the Graphical User Interface (GUI)

-S, --server        starts a server on localhost, if no port is specified it will be 34567
-P, --port          specifies the server port (checked only if --server option is called)
-C, --cli           starts a new client with Command Line Interface (CLI)

How to run under linux

Linux support for JavaFX 3D is still in beta, to run the game with a GUI under linux you need to execute the jar with the following parameters:

java -Dprism.forceGPU=true -jar santorini.jar