I’m still really new to java networking, and I was wondering if anyone here could help me with something:
I’m working on a network game, using TCP, and I’m working on my server and client classes now. When a user clicks: “Join Game”, I want there to be a list of all the games currently running on the network, so that the user could choose one of those and join it. How would I go about finding all the games on the network?
Regards,
James