I guess bullet behaviour would do..
on up pressed and is not overlapping sky add to speed.
on left pressed set angle to: bullet.angle-1
on left pressed set angle to: bullet.angle+1
on collision with surface if angle is going up set gravity to very high
on collision with surface if angle is going down set gravity to 0
add the tail by pinning rope style and voila..
Could need some tweaking..