Skip to content

Use the Gloomhaven Battle Goal Cards online

Notifications You must be signed in to change notification settings

Jo0001/gloomhaven-battle-goal-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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