Releases: bebora/Adrenalina
Releases · bebora/Adrenalina
Adrenalina-Bundle v0.2.0-beta
Changelog:
- Smaller jar files
- Fixed last bugs on various events
Adrenalina-Bundle v.0.1.1-alpha
Changelog
- Fix bugs on direction system
- Prettify GUI system on direction prompt
- Exclude artifacts from client and server
Adrenalina-Bundle v.0.1.0-alpha
First Release
It's a great honour to share the first release of the work that fulfilled our days for the past months.
Although imperfect, we are releasing this version with great hope that no major bugs are present.
Short instructions will follow.
TESTED WITH JAVA 12
Server
java -jar server.jar
Client
JavaFX SDK needs to be included externally in order to use the GUI.
java --module-path $PATH_TO_JAVAFX --add-modules javafx.controls,javafx.fxml,javafx.graphics -jar client.jar
Bot
java -jar bot.jar