A simple application to show the Gloomhaven Battle Goal Cards via sockets to all clients
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