pygame
Pygame Subset for Android and utf-16-be encoding
I\'m playing with RenPy\'s pygame for android and I encountered problem with unicode... Even this simple script crashes:[详细]
2023-02-06 12:05 分类:问答Collision detection using sprites in Pygame
I\'m trying to use collision detection to detect when my mouse hits an image that I\'ve imported.I get the error \"tuple does not have attribute rect\"[详细]
2023-02-04 16:33 分类:问答Pygame Installation
I have python 2.7.1 installed and I\'m trying to install pygame (2.6) but when I try compiling a python program I get the fol开发者_StackOverflow社区lowing error:[详细]
2023-02-04 16:17 分类:问答Using Pygame Module from imported script
Greetings! I\'m creating a simple snake game. I want to expand my classes in different modules e.i. have menu class in a separate script from my main game loop. In other words, I want my imported scri[详细]
2023-02-04 06:31 分类:问答Solving "DLL load failed: %1 is not a valid Win32 application." for Pygame
I installed Python 3.1 and the Pygame module for Python 3.1.When I type import python in the console I get the following error:[详细]
2023-02-04 03:43 分类:问答pygame code organization
I\'ve started to learn making games with python/pygame and as though it is easy to make a working game quickly in pygame, there\'s no real tutorial on how to organize the code in a sensible way.[详细]
2023-02-02 12:37 分类:问答Windows XP , Python 2.7 and Pygame
How can I make pygame work with Python 2.7 under Windows XP? I think I need to compile it, but I\'m not sure.[详细]
2023-02-02 00:38 分类:问答python convert degrees to change in x and change in y
I am 开发者_开发知识库making a snake game in python with pygame and for moving the character I have a integer which is the degrees of the angle it should move. Is there any way I can get the change in[详细]
2023-02-01 06:50 分类:问答pygame - pixel collision map
I\'m creating a game with pygame and I need a m开发者_如何学JAVAap where the user can select a country by clicking on it.[详细]
2023-01-31 10:14 分类:问答Unicode problem with pygtk
I have the following problem: I am programmi开发者_StackOverflow中文版ng a questions/answers game for XO (OLPC machines) in python using pygame, pygtk and pgu.[详细]
2023-01-31 08:41 分类:问答