Top "Pygame" questions

Pygame is a set of Python modules designed for writing video games.

How to take screenshot of certain part of screen in Pygame

Is there a way I can take a screenshot of the right half of my pygame window? I'm making a …

python pygame screenshot crop
how to detect if the sprite has been clicked in pygame

Im new in pygame, right now im working with sprites. My question is how do i detect if the sprite …

python sprite pygame
How can I exit Fullscreen mode in Pygame?

It may be a silly question, but It's a silly problem that I can't find a doc for it. Pygame …

python pygame toggle fullscreen exit
Pygame. How do I resize a surface and keep all objects within proportionate to the new window size?

If I set a pygame window to resizable and then click and drag on the border of the window the …

python pygame resizable surface blit
Can a game made with pygame be submitted to Steam?

After making games with XNA, I wanted to broaden my horizon by working with python. I know XNA is supposedly …

python distribution pygame steam
Python: Change Pitch of Audio File

this is my first post on stack. So far this site has been very helpful, but I am a novice …

python scipy pygame audio-processing
Python, Kivy and Android Game

I want to create a game for Android and want to try something new. I really love python and want …

android python pygame kivy
Pygame AttributeError: 'module' object has no attribute 'copy'

I encountered Error: 'module' object has no attribute 'copy' while running a pygame program. In my code, I never referred …

module pygame python-2.5 attributeerror traceback
Find the Length of a Song with Pygame

I'm building an Radio Automation Program, but I can't figure out how to have a timer countdown the number of …

python pygame playback
Py2app: Operation not permitted

I want to create an application called 'dodgeball' and I have my main script (which uses pygame), and my setup.…

python macos pygame py2app