Top "Pygame" questions

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

is it possible to run pygame or pyglet in a browser?

I have 3 game libraries installed on my PC: pyglet, pygame and Panda3D. I would like to create a 2D …

python pygame python-2.7 pyglet activepython
Rotate image using pygame

I am new to pygame and want to write some code that simply rotates an image by 90 degrees every 10 seconds. …

python python-2.7 pygame
Setting a fixed FPS in Pygame, Python 3

I'm currently making a game using PyGame (Python 3), and I'm looking for a way to make the game run at …

python performance python-3.x pygame frame-rate
Where can I find and install the dependencies for pygame?

I am relatively new to linux and am trying to install the pygame dev environment for python. When I run …

python linux debian pygame
TypeError: 'int' object is not callable' in Python 3.2?

so i'm coding a tic tac toe game in python 3.2 and i have spent night and day trying to fix …

python input pygame typeerror tic-tac-toe
Pygame font error

So I decided to start making a game and I was testing it a bit and then I got this …

python fonts pygame
Any way to speed up Python and Pygame?

I am writing a simple top down rpg in Pygame, and I have found that it is quite slow.... Although …

python performance pygame frame-rate
Differences between Python game libraries Pygame and Pyglet?

I've had some experience with Pygame, but there seems to be a lot of buzz around Pyglet these days. How …

python pygame pyglet
Embedding a Pygame window into a Tkinter or WxPython frame

A friend and I are making a game in pygame. We would like to have a pygame window embedded into …

python tkinter wxpython pygame embed
Is Python and pygame a good way to learn SDL?

If I want to move to C++ and SDL in the future, is Python and pygame a good way to …

c++ python sdl pygame