You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make multiplayer work on the server, the way game sessions are handled will have to change dramatically. Here's a rough synopsis of the changes that need to be made on server-multiplayer:
Spawn a new thread for each concurrent connection
Initial negotiation for either an AI player or an opponent
If AI requested, start AI thread etc. (more details to come)
If human opponent requested, check if there's anyone waiting:
This might not fit into one issue, but here's roughly what we need to get multiplayer working:
The text was updated successfully, but these errors were encountered: