Re: [Tutor] Suggestions required on Gaming

2006-10-04 Thread Arun Kumar PG
Thanks Luke! This is helpful :)- ArunOn 10/4/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote: Arun Kumar PG wrote:> Thanks Luke.>> I want to make a 3-D car race game between two players. And yes its > gonna  be a networked game where each user will be using his/her own> PC and playing.If you want i

Re: [Tutor] Suggestions required on Gaming

2006-10-04 Thread Luke Paireepinart
Arun Kumar PG wrote: > Thanks Luke. > > I want to make a 3-D car race game between two players. And yes its > gonna be a networked game where each user will be using his/her own > PC and playing. If you want it to be 3d, you have a couple'o choices... Pygame with the PyopenGL interface, Panda3d,

Re: [Tutor] Suggestions required on Gaming

2006-10-04 Thread Arun Kumar PG
Also, my idea is to have a centralised Python server which acts as a dispachter to send the coordinate and other information to the gaming clients.On 10/4/06, Arun Kumar PG <[EMAIL PROTECTED]> wrote: Thanks Luke.I want to make a 3-D car race game between two players. And yes its gonna  be a networ

Re: [Tutor] Suggestions required on Gaming

2006-10-04 Thread Arun Kumar PG
Thanks Luke.I want to make a 3-D car race game between two players. And yes its gonna  be a networked game where each user will be using his/her own PC and playing.- Arun On 10/4/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote: Arun Kumar PG wrote:> Hi All Python lovers!>>> I want to develop a Car

Re: [Tutor] Suggestions required on Gaming

2006-10-04 Thread Luke Paireepinart
Arun Kumar PG wrote: > Hi All Python lovers! > > > I want to develop a Car racing game using Python. I was looking for > the libraries which I should use for the same. Some of the options are > below and I want you suggestions about the best set of tools and APIs > as per your experiences: > > -

[Tutor] Suggestions required on Gaming

2006-10-04 Thread Arun Kumar PG
Hi All Python lovers!I want to develop a Car racing game using Python. I was looking for the libraries which I should use for the same. Some of the options are below and I want you suggestions about the best set of tools and APIs as per your experiences: - PyGame- Panda3D- Pixie for rendering- Rend