Trouble trying to get started with pygame

originallmoney at gmail.com originallmoney at gmail.com
Thu Nov 14 21:30:30 EST 2019


On Tuesday, November 12, 2019 at 7:05:16 PM UTC-5, Terry Reedy wrote:
> On 11/12/2019 2:32 PM, originallmoney at gmail.com wrote:
> > I'm curious: I've been seeing people having multiple pygame programs open at once (Where each one is a component of a main program, obviously).
> 
> Multiple programs open at once on modern machines is normal.  Do you 
> mean multiple windows for one program?  As is possible with IDLE?
> 
> -- 
> Terry Jan Reedy

Well, the example I was seeing, the person had one window which contained a portion of the larger pygame program controlling the display, another for controlling the characters, and another for the main program (Plus, I think, two others whose purpose I forget). I'm just concerned because, I can't imagine that's possible from the command prompt, but, I don't know what they had that would allow them to have multiple subprograms open at once in Python. I'm used to that in Visual Studio C++, but, I don't know of such a thing for Python.


More information about the Python-list mailing list