There are many ways of doing this and keeping the collision on to make it simple. But if you need it off then you can compare the distance. And when the distance between the objects is too short it is game over. Like this:
Compare two values
distance(mouse.X,mouse.Y,cat.X,cat.Y)
is less than 5
---> game over