Making ball physics?

I want to create a cricket game. I know some of the scripts, but not the ball physics.

Can you help in scripting this:

  1. Move the ball on the ground in the given perspective view (see the picture) from a point to a direction with realistic bounce and ballshadow.If

    a)initial ball position with height
    b)initial ball velocity(power)
    c)ball direction(in degrees)
    d)maximum height the ball can be achieved

are given.

I have read some tutorials, books but not helped much. Please help.