[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] A collision detection system



On Wed, Mar 27, 2013 at 11:49 AM, Vinícius Naves Castanheira
<vncastanheira@xxxxxxxxx> wrote:
> What are the collision detection/handling systems implemented for pygame and
> available out there?

Hola!

Check out the sprite module -->
http://pygame.org/docstest/ref/sprite.html

Also you can group sprites for different functionality and detect
collisions between groups ... also in pygame.sprite .