Re: [Tutor] Writing Game in python

2011-11-27 Thread Alan Gauld
On 27/11/11 13:52, surya k wrote: Actually, I want to develop a multiplayer Bingo game. When you say multiplayer do you mean many client desktops or a web game? The solutions will be very different. to develop it in python & C. Since Bingo is not a high speed game Python should be perfect

Re: [Tutor] Writing Game in python

2011-11-27 Thread surya k
I think I have got enough tail to catch up and start my project..Thanks to all who have spared some time to help me. From: waynejwer...@gmail.com Date: Sun, 27 Nov 2011 08:05:46 -0600 Subject: Re: [Tutor] Writing Game in python To: sur...@live.com CC: tutor@python.org On Sun, Nov 27, 2011 at 7

Re: [Tutor] Writing Game in python

2011-11-27 Thread surya k
h the algorithm part. All I can tell you is.. Its a small board game, Bingo!. Its typical game we seldom use to play in school on a piece of paper. From: waynejwer...@gmail.com Date: Sun, 27 Nov 2011 08:05:46 -0600 Subject: Re: [Tutor] Writing Game in python To: sur...@live.com CC: tutor@python.or

Re: [Tutor] Writing Game in python

2011-11-27 Thread Wayne Werner
On Sun, Nov 27, 2011 at 7:52 AM, surya k wrote: > Hi, > > > Actually, I want to develop a multiplayer Bingo game. So, I would like to > develop it in python & C. As I am not familiar with game development, could > you please tell me what libraries I should use for development?... etc > You coul