pygame
Pygame screen freezes when I close it
The code loads up a pygame screen window, but when I click the X to close it, it becomes unresponsive. I\'m running on a 64-bit system, using a 32-bit python and 32-bit pygame.[详细]
2023-02-23 19:32 分类:问答Loading SVG files with python and pygame [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: SVG rendering in a PyGame ap开发者_如何转开发plication[详细]
2023-02-23 08:01 分类:问答Tetris Timing Problem
I am writing a Tetris program with PyGame, and came across a funny problem. Before I ask the question, here is the pseudo-code:[详细]
2023-02-22 17:59 分类:问答Using Python to crop an AVI file [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-22 14:08 分类:问答Python py2exe all-in-one
I\'m very new to python, and I wanted to compile my code into a .exe for everyone to be able to use. I create the .exe without a problem, but instead of it being in an \"all-in-one\" sort of file, I g[详细]
2023-02-20 21:34 分类:问答game of tetris in python using pygame [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-20 20:21 分类:问答Python Integrating pygame and tk
Does anyone know how to integrate pygame with Tk?I am trying to drive a pygame display with a Tk form and I\'m having difficulties.Below is a simple example of the kind of thing I\'m trying to accompl[详细]
2023-02-16 19:31 分类:问答making sprites randomly appear
I am trying to have sprites randomly appear on the screen with out using OOP principles this code is from a ants demo for AI[详细]
2023-02-16 09:17 分类:问答How can I create multiple unique instances of one object and add them to a list with python and pygame?
Here is the code for the Train class: class Train(pygame.sprite.Sprite): def __init__(self): pygame.sprite.Sprite.__init__(self) #call Sprite initializer[详细]
2023-02-16 09:15 分类:问答py2app built app displays `ERROR: pygame.macosx import FAILED` on other machines
Trying to build an app on the Mac using py2app.Got everything working fine on my machine, but when开发者_Python百科 moving the app to another, it crashes and the console displays this error.[详细]
2023-02-14 18:44 分类:问答