pygame-geometry
pygame-geometry copied to clipboard
Rename "collideswith" methods to "collide"
I suggest this change as it has two benefits:
- It would make people's code shorter and a bit more readable since the function name isn't composed of two words without space
- It would align more with the other collision functions which are in the form
.collide*and not.collideswith*