Tagged Questions

0
votes
4answers
619 views

Pygame: Sprite changing due to direction of movement.

I've just started learning how to use pygame yesterday. I was read this one book that was super helpful and followed all its tutorials and examples and stuff. I wanted to try makin …
0
votes
1answer
35 views

Pack program *and* dynamically loaded files into single executable? (python + pygame, or language agnostic)

There are plenty of great answers to questions about making a standalone executable, but I can't figure out how to pack art assets (or dynamically loaded files) into it as well. W …
4
votes
2answers
137 views

Pygame and blitting: white on white = gray?

I'm using pygame (1.9.0rc3, though this also happens in 1.8.1) to create a heatmap. To build the heatmap, I use a small, 24-bit 11x11px dot PNG image with a white background and a …
0
votes
1answer
75 views

Playing sounds with python and changing their tone during playback?

Is there a way to do this? Also, I need this to work with pygame, since I want audio in my game. I'm asking this because I didn't see any tone change function in pygame.. Anyone kn …
1
vote
2answers
73 views

How do I blit a PNG with some transparency onto a surface in Pygame?

I'm trying to blit a PNG image onto a surface, but the transparent part of the image turns black for some reason, here's the simple code: screen = pygame.display.set_mode((800, 60 …
0
votes
1answer
31 views

Embedding Gnash into PyGame?

Is there a way to display flash applications using Gnash renderer (I'm not averse to Adobe's renderer but would prefer not to use it) in a PyGame application?
1
vote
3answers
69 views

Python, Pygame, Pyro: How to send a surface over a network?

I am working on a project in python using pygame and pyro. I can send data, functions, classes, and the like easily. However, I cannot send a surface across the wire without it dyi …
2
votes
2answers
156 views

Should I use pgreloaded? Or subversion of pygame?

I'm using pygame with python 2.6 right now, But I want to use python 3.1.1 instead. The normal pygame only works with 2.x, but the subversion ones work with 3.x I think. But what a …
0
votes
1answer
26 views

Walkcycles and timing in pygame

I have a pygame.Timer running in my game calling a draw function 32 times/second. The drawing method gets positions from all elements on my screen and blits them accordingly. Howev …
0
votes
4answers
98 views

Is there any way to “clear” a surface?

Just wondering... Is there any way to clear a surface from anything that has been blitted to it?
5
votes
6answers
1k views

SVG rendering in a PyGame application

In a pyGame application, I would like to render resolution-free GUI widgets described in SVG. What tool and/or library can I use to reach this goal ? (I like the OCEMP GUI toolki …
2
votes
1answer
109 views

Engines built on pygame

I am currently writing an RTS for pygame and have written a number of modules on top of pygame for common things, such as efficient collision detection, a state system and more fe …
0
votes
4answers
85 views

Adventure game - walking around inside a room.

I'm working on an adventure game in Python using Pygame. My main problem is how I am going to define the boundaries of the room and make the main character walk aroud without hitti …
3
votes
1answer
91 views

Modern, Non-trivial, Pygame Tutorials?

What are some 'good', non-trivial Pygame tutorials? I realize good is relative. As an example, a good one (to me) is the one that describes how to use pygame.camera. It's rec …
0
votes
0answers
72 views

pygame project ! [closed]

i dont know if i should be asking this question hear but i just wanted to know if anyone can share a link or website were i can access sample code or download a specific pygame. t …

1 2 3 4 5 next
15 30 50 per page