Skip to content Skip to sidebar Skip to footer
Showing posts with the label Collision Detection

Pymunk/chipmunk2d - Dynamic Bodies Colliding With Static Bodies Generating Collsion Impulses

simple question, but couldn't find an answer: Can static bodies apply collision impulses to dyn… Read more Pymunk/chipmunk2d - Dynamic Bodies Colliding With Static Bodies Generating Collsion Impulses

Walls In Pygame

I am trying to make a simple Pac-Man game in Pygame, but I don't know how to make walls. How I … Read more Walls In Pygame

How To Get Coordinates/area Of Collision In Pygame

I have a game where the bullet is moving so fast that in a single frame it is already across the sc… Read more How To Get Coordinates/area Of Collision In Pygame

How To Check Which Object My Character Is Colliding With?

I am working on collision detection for a game, so that if the character runs into an object they s… Read more How To Check Which Object My Character Is Colliding With?

Pygame Circle Collision?

I am using pygame to make a simple game. I am having issues with circle collisions. I am getting th… Read more Pygame Circle Collision?