I'm currently designing a fast paced multiplayer game with up to 6 concurrent players.
How should I send the client the initial world state from the server before the game starts? (such as the list of other players, and initial information about the map.)
I've chosen to use UDP for client input and world state updates - but I'm wondering if that protocol should also be used to send information that needs to be more reliable?