For some simple game, just use bounding box for the collision between two objects.
For the bounding box, you can use top-left corner position and bottom-right corner. You can even use pixel operation on the bitmap background combined with bounding corners detection