Does anyone know a simple way to check if two polygons, especially rectangles, are colliding? I found a simple way to see if two are touching by just checking if a
Look up the Separating Axis Theorem. There's a tutorial here.
It's quick, elegant, robust, not too hard, and has lots of resources.