This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/docs/networking outline.txt
T
2013-05-17 21:05:50 +10:00

28 lines
626 B
Plaintext

Client:
SceneManager:
TCPSocket
end
end
Server:
TCPServerSocket
SocketList --list of all client sockets if one is closed, remove it.
end
When the player enters the lobby, they can choose what server to connect to. When they connect to the server, they'll enter a sort of character creation screen. Once that is done, they will enter the game world proper.
This is controlled through the config files for now.
using ';' delimited commands, how can I get it to work?
-------------------------
UDPNetworkManager: //don't worry at this stage
Open(port)
Close()
Send(ip, port)
Receive()
GetOutData()
GetInData()