I would like to learn how to program multiplayer, and I don't klnow where to start. Where are some tutorials that could start me off with network programming.
Printable View
I would like to learn how to program multiplayer, and I don't klnow where to start. Where are some tutorials that could start me off with network programming.
The beginning and end of network programing is (atleast 95%) TCP/IP.
Here's a 1600 page tutorial that should tell you just about everything:
http://www.tcpipguide.com/
After you're done, feel free to ask questions (unless you have specific questions about your MMO). ;)
(another note: this technology is language independant. It doesn't matter if you're using java, C++, .Net or python. This is it's own world.)
I also am starting the Network aspect of Vb programming so thx for the guide sevenhalo.
Thanks a lot, I'll start reading now!