Advice for programming a lobby for a network multiplayer game?
- by Milo
I'm working on learning network programming. I'm working on a simple card game. The basic idea is:
Players enter the lobby
Players see tables
Players sit at an empty seat
Once they sit, they do not need any information from the lobby, they see the card table and the data about the other players and so forth.
I've programmed the server portion…