So that's what I was doing wrong

This commit is contained in:
Kayne Ruse
2013-05-04 03:20:02 +10:00
parent f0e7550b7d
commit 2dedfa9505
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -22,3 +22,10 @@ If a player is in motion, the server will update their internal position, but th
This outline is only the most basic example of the server's operation possible, but it's a good start. I'll need to consider things such as server-specific map data, scripts and other resources being sent to new connections.
-------------------------
class Client:
ID --unique, incremental
socket --connection socket
[stuff]
[things]