Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 440 Bytes

Gloomhaven Battle Goal Cards

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