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:52 AM, surya k <sur...@live.com> 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 could easily develop the game entirely in Python. As for libraries... well 
it depends on what you're trying to do.
If you want a GUI you'll want to look at one of the frameworks like Tkinter, 
PyGTK+, wxPython, or QtPython. Alternatively you could look at the PyGame 
library which is geared towards game development.


If you want to do internet communication, you'll want to investigate the socket 
module, and possibly the threading module.
How familiar are you with Python? Have you written any programs before?


What would really help is if you gave us some psuedocode of your algorithm or 
the steps you think each piece should need to accomplish. We like to see that 
you've at least tried to do something.


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

Reply via email to