collision is easy too! Just check for the position + width (and height) and check if the value is higher than the position of another sprite if so then you collided, if not than you didn't, this method is also known as a rectangular collision detection!

The entire story changes of course when you want pixel perfect collision detection, but this is easy too!