Tagged Questions

0
votes
0answers
36 views

How to do pixel perfect collision detection with Rabbyt?

Preface: I asked this at stackoverflow by mistake, could not migrate the question. I have started looking into the Rabbyt library and so far I am really enjoying using it in combination with pyglet. ...
0
votes
2answers
101 views

Detecting if line crosses rectangle in python. Need speed boost

I am currently writing a top down man vs robot shooter. The game works now, but if I have a decent sized level it runs slowly when you are being chased by robots. While just roaming around it can go ...
4
votes
1answer
347 views

Are there any good engines for isometric collision detection and platforming?

I've decided to resurrect an old game idea I had years ago. I currently have zero experience with programming, but I'm going to begin studying either C#, Python or both in the near future. The issue ...
2
votes
2answers
782 views

Pygame How To Use Collision?

Can someone tell me how to implement collision in Pygame? For example I have a sprite called A and another one called B. How do I detect if they collide in Pygame?