I'm doing a project for a class where we are creating a game that can be played with 2-4 players over a LAN. Even though none of our group members had ever done any Java networking before we stupidly decided that it wouldn't be that hard to figure out. Anyway, the job of getting the networking working fell to me, but I am totally lost on how to do it. I can't find any tutorials online except really basic things like passing a string from a single client to a server. So I have a couple of questions.
First, how do I connect multiple clients to a server. Do I need to create a new ServerSocket for each?
Second, are there any easy to use libraries out there that can abstract some of this for me?
I know these are probably pretty basic questions, but I truly have done a fair bit of reading and I'm still getting no where.
