No problem... collision is tricky. If you set the arrow keys to control the camera you won't walk through objects. (Make sure your line of sight is in line with the object though; if you can see over the hedge you'll just walk right through.)
Achieving a third person perspective, above and behind fatherRabbbit, so you can watch him move through the maze, will require a lot of the work. You'd have to do a lot of proximity checking; for each wall of the maze.... but I'd think that would be a problem as the maze is one big object with no sub-parts.
Perhaps you could either build your own maze with individual walls, or place invisible objects in front of the walls and proximity check against them.
Fun, fun!