[Tutor] Multiplater gaming
Andreas Perstinger
andreas.perstinger at gmx.net
Mon Nov 28 15:59:45 CET 2011
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
More information about the Tutor
mailing list