Networking/Multiplayer - sorry but, i need a point in direction

I’m not asking for a complete script or anything.
Please, I know I hate seeing the same posts over and over as well but…
please don’t tell me to search, i’ve done just that for the past 3 days…most of it that I did find, well, rather confusing.

I’m trying to figure out how to create a multiplayer/online game. I have a partial game created (for testing purposes).

Blend here

If someone could simply tell me where I can learn something about achieving this I would greatly appreciate it.

Thank you.

-Rest In My Eyes-

here is a thread that I have been discussing this topic in.
near the end is more important, the last three pages or so.

http://www.gameblender.org/modules/newbb/viewtopic.php?topic_id=792&forum=7

downloading file to see what you have done.

thank you, ill check it out.

I will have to learn about sockets and I need to learn Python a little bit more.

Thank you again

Try this out ;).

thanks, ill read that as well, i read something on sockets and learned to make
a simple server and a simple client.

like

testSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
testSocket.bind(‘ipaddress’, 2727 (i’m guessing port))

and other stuff of that nature, still have to study to get it memorized…