Source

02/14/2011 17:12 Syst3m_W1z4rd#1
What way do you make sources from scratch.

Socket -> Auth -> ?
02/14/2011 17:32 Iron~Man#2
Ewww This is important information..
02/14/2011 18:02 pro4never#3
Hmmm... I don't know... If only there was some sort of information posted on this subje-....

ooh lookie, it's a link!!

[Only registered and activated users can see links. Click Here To Register...]
02/14/2011 19:32 ßøøm#4
Quote:
Originally Posted by pro4never View Post
Hmmm... I don't know... If only there was some sort of information posted on this subje-....

ooh lookie, it's a link!!

[Only registered and activated users can see links. Click Here To Register...]
lol!
02/14/2011 22:56 _tao4229_#5
Sockets -> Geometry -> Finishing Sockets -> Threading (with sockets) -> Game Server features -> Auth server -> Game server.
02/15/2011 01:28 bone-you#6
Science -> Science -> Programming -> Science -> Profit!


but a serious answer:

Start with the basics. Make a skeleton program that is simply just a threaded socket system. Use that and branch it in each direction. One to be an auth server while the other becomes the game srever. Always code with scalability in mind.