[Tutor] Writing Game in python

Wayne Werner waynejwerner at gmail.com
Sun Nov 27 15:05:46 CET 2011


On Sun, Nov 27, 2011 at 7:52 AM, surya k <suryak at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20111127/ee4f6885/attachment-0001.html>


More information about the Tutor mailing list