I\'m playing with RenPy\'s pygame for android and I encountered problem with unicode... Even this simple script crashes:
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\"
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:
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
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:
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.
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.
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
I\'m creating a game with pygame and I need a m开发者_如何学JAVAap where the user can select a country by clicking on it.
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.