From d7aaf2423f0b65ac8a413642c6c744eb740d3b7f Mon Sep 17 00:00:00 2001 From: Jo0001 <47455182+Jo0001@users.noreply.github.com> Date: Sat, 12 Dec 2020 15:44:35 +0100 Subject: [PATCH] Ready for 2.0.0 --- README.md | 8 +++- resources/mainUI.fxml | 41 +++++++++++-------- .../battleGoalCards/core/AppLauncher.java | 16 +++++++- .../battleGoalCards/core/Controller.java | 8 ++-- .../battleGoalCards/network/Client.java | 2 +- .../battleGoalCards/network/Server.java | 13 +++--- 6 files changed, 59 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0cc73f8..92d81f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Gloomhaven Battle Goal Cards A simple application to show the Gloomhaven Battle Goal Cards via sockets to all clients -Start with a specific host and port via commandline: +Start server only (no gui): + +`java -jar gloomhaven_battle_goal_cards.jar -startserver -port 12345` + +Start with a specific host and port via commandline (you still have to manually connect) : `java -jar gloomhaven_battle_goal_cards.jar -host your-host.com -port 12345` -Note: Still in development -use at your own risk \ No newline at end of file +Note: Still in development - use at your own risk \ No newline at end of file diff --git a/resources/mainUI.fxml b/resources/mainUI.fxml index 0d93422..5ea702f 100644 --- a/resources/mainUI.fxml +++ b/resources/mainUI.fxml @@ -6,25 +6,32 @@ - +
-