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 @@ - +
-