Program models the elements of a soccer-like game, where a player can kick a ball within the boundaries of a field.
Program takes in 2 values indicating player's kick distance and kick angle. It operates by ensuring that the ball stays within the field after being kicked and outputting the updated position of the kicked ball within the field.