Description:
I'm making a version of the campfire story game where each person adds to the story, ends with a transition statement for the next player, and passes the turn to the next camper around the fire.
This goes in a circle indefinitely.
I want to be able to create multiple sessions, have each session accept an indefinite number of players, and to be able to have new players join a session while it's running.
Problem:
When I google, almost everything comes up with servlets and other things that aren't taught in my introduction to java programming book.
I want to stick to that using sockets, data streams, and threads. I think the main thing I need to know is how to lay it out? I noticed I got a downvote but I sincerely want to know how I can ask questions like this properly, so if there is an issue I would appreciate anyone letting me know in a comment so I can amend this.
It's hard to ask questions when I know little of what I'm talking about :/