pygame
How can I play more than one song at a time in PyGame?
I\'ve got it working now but with the time delay is there a better way because I want two different scripts to be working I want to have these playing in this order and have my images come up in order[详细]
2023-03-06 11:26 分类:问答How can I close pygames without closing tkinter?
So I am trying to use Tkinter to receive a text input, and then run pygames from that to do an animation. I get an error though when I close Pygames.[详细]
2023-03-05 06:45 分类:问答Python says pygames has no attribute 'init()' but lib is installed correctly
I\'m using Python 2.7 with pygame-1.9.2pre.win32-py2.7.exe from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame[详细]
2023-03-05 05:02 分类:问答does a python object need to be given the same number of arguments as its class?
So I came across this class definition in a pygame tutorial: class GameObject: def _init_(self,image,height,speed):[详细]
2023-03-03 13:05 分类:问答pygame event handling
Just a noob question about python and pygame event handling. I got the following code in a pygame tutorial:[详细]
2023-03-02 22:14 分类:问答Compiled python script returns WindowsError: [Error 3] after using py2exe [duplicate]
This question already has an answer here: Python, pygame, py2exe (1 answer) Closed last month. So I have been writing this game for a while now and finally have it finished. However due t[详细]
2023-03-01 04:57 分类:问答Menu problem with PyGame MOUSEBUTTONDOWN event
Yes, that title wasn\'t worded very properly at all. Ok, here\'s what we\'ve got - a Python program using the pyGame library, and we\'re making a game. We start in a menu environment main.py. When th[详细]
2023-02-27 06:51 分类:问答Pygame, simple physics engine, how to hold points between planes?
I\'m trying to write this tutorial in Pygame(Python) and having problems about holding points between planes.[详细]
2023-02-24 22:02 分类:问答PyGame get sprite group
hey guys, was trying to build pacman using pygame, have a small problem. When the pacman is moving if i press a key the开发者_如何学运维n it changes direction, unfortunately if there is a wall above t[详细]
2023-02-24 11:39 分类:问答Making Python batch files
How can I create a bat file to run a python file, specifically c开发者_C百科ontaining pygame. Simple.[详细]
2023-02-24 05:02 分类:问答