I don’t know if I should make this into a flow chart to make it easier to read but if I should please tell me. Also how would one go about doing this system (Which library would I use)?
-
Client connects to Server
-
Account logs in
- If it is new then create a new file with all the information. Account name, password, last ip, etc…
-
If there is no character goto character creation
- Player chooses character’s appearence and name. Client sends server the information and server writes it to a txt file
-
When a player moves Client sends to server to update the current x,y,z in the txt file.
-
Server checks if another player is near to send the information to the Client to draw the other player
Let me know any improvments I could make.
Thanks!