On 2011-11-28 13:22, surya k wrote:
I am building a multiplayer game (Game:Bingo) where friends(players)
connect over internet. In this particular game, users sends a
"character/ number" to all other players..

Can you please shed some light on it. I've been looking into 'Core
Python Programming' book by Chun but I couldn't understand clearly.

What are your specific problems? We can't help you if you don't give us more information about your program. Show us the problematic parts of your code.

So, If possible, please provide links to related free e-books /
tutorials.

Some tutorials (IIRC you have already programming experiences, haven't you?):
http://wiki.python.org/moin/BeginnersGuide/Programmers

my another question is.. do I need to setup any external hardware
infrastructure to get this done ??

I'm not a hardware expert, but if you want to create an online game you'll need at least some kind of server which probably has to be online 24/7 and is able to handle the traffic.

Bye, Andreas
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to