pygame
Debugging sample Pygame code?
A simple question: Why does this the first code work but the seemingly identical se开发者_如何学Ccond code freezes up when the pygame window comes?[详细]
2023-03-15 09:08 分类:问答Debugging Python pygame program
from livewires import games, color #Creating and validating the pygame screen. scrwidth = 640 scrheight = 480[详细]
2023-03-15 04:28 分类:问答can you make an image transparent over another image in pygame? [duplicate]
This question already has an answer here: Pygame image transparency confusion (1 answer) Closed 2 months ago.[详细]
2023-03-14 21:24 分类:问答Debugging Python pygame being run through livewires
Python seems to completely ignore one of my objects 开发者_开发问答- the games.Text object. Can\'t seem to understand why, syntax seems correct. Here\'s the code.[详细]
2023-03-14 13:53 分类:问答how to make save / load game functions in pygame?
I need to make save / load game functions for my rpg. I can save the location of my player, but what I want is to freeze the entire screen at one point like it is done in emulators like vba and s开发者[详细]
2023-03-14 12:14 分类:问答Python Help with Pygame and Multiprocessing
I\'m using pygame to blit an image to screen, while it does the mainloop. I\'m using multiprocessing for threads, but there seems to be a problem. Please don\'t chew me out over the weird wannabe xml[详细]
2023-03-14 08:39 分类:问答how to use a non-european language with a python library
I\'m relatively new to programming and recently I\'ve started playing around with pygame (set of modules to write games in python).I\'m lo开发者_运维技巧oking to create a program/game in which some of[详细]
2023-03-14 01:34 分类:问答Font module error when using pygame2exe
I used Pygame2exe from the Pygame website and that got rid of the problem with the .dlls but there\'s still an error that remains.[详细]
2023-03-13 17:18 分类:问答Python physics library? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-13 09:43 分类:问答how to detect if the sprite has been clicked in pygame
Im new in pygame, right n开发者_运维技巧ow im working with sprites. My question is how do i detect if the sprite has been clicked? I want to do something when the sprite was clicked just like a button[详细]
2023-03-13 07:26 分类:问答