[Tutor] Writing Game in python

surya k suryak at live.com
Sun Nov 27 16:16:17 CET 2011


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: waynejwerner at gmail.com
Date: Sun, 27 Nov 2011 08:05:46 -0600
Subject: Re: [Tutor] Writing Game in python
To: suryak at live.com
CC: tutor at python.org

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/28da4426/attachment.html>


More information about the Tutor mailing list